Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

SwaggerHub for AWS

SmartBear Software

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

190 reviews
from and

External reviews are not included in the AWS star rating for the product.


    Varun T.

Swagger: A Tool for testing my work

  • November 14, 2024
  • Review provided by G2

What do you like best about the product?
The UI is simple and clean, Provides ease of access to new users. The authentication token can be configured easily. I use it in my daily development activities. The APIs I wrote, I test them using swagger. After I test my APIs through swagger, then I will start integration with frontend APIs. With some additional configuration swagger persists auth token, changes theme, displays response time too.
What do you dislike about the product?
If we reload swagger then all the request body we made earlier for APIs will be erased, we should have a persistence option to save requests. For example postman supports saving requests etc. Swagger Filter option is not upto the mark.
What problems is the product solving and how is that benefiting you?
Testing APIs before integrating them with frontend, helps me to make backend APIs strong and stable before I move to frontend development


    shivam g.

Overall a good tool to have API documentation and test using several Instances

  • November 08, 2024
  • Review provided by G2

What do you like best about the product?
Its structured documentations help alot while doing any integerations
What do you dislike about the product?
Its authorization, some time become glitchy need to reauthorise it
What problems is the product solving and how is that benefiting you?
Now, we have a platform which is shared among external developer and they can easily go through the API which we are exposing and can test it there itself and vice versa


    Sandeep M.

Best resource

  • November 06, 2024
  • Review provided by G2

What do you like best about the product?
It helps understanding the schema and the data points which helps us integration services seamlessly
What do you dislike about the product?
Would be great if it helps us with descriptions of each field and if it's a nullable field or not
What problems is the product solving and how is that benefiting you?
We are able to check the schema and understand what's required to get the data


    José Fernando J.

SwaggerHub as a tool for a backend developer

  • October 16, 2024
  • Review provided by G2

What do you like best about the product?
I like it because I can work with other teammates developing our documentation in the same project, I like it because we can have our own branches for developing, we can search depending of the frequency of updating or searching by name, is very useful when project becomes very big and when we work with too much people.
What do you dislike about the product?
I dislike that we cannot see in a easy way which changes our teammates make in the document of swaggerHub this process needs to be done manually.
What problems is the product solving and how is that benefiting you?
Is useful when we need to document some endpoint as backend developers and is helpful when we need to design new services before implementing in real code.


    Computer Software

Great baseline but hard to work with for complex things

  • October 09, 2024
  • Review provided by G2

What do you like best about the product?
Easy to use and document various API routes and models. Can fast track API documentation.
What do you dislike about the product?
Interface is clunky, requires a lot of clicks to send a simple request. Models are poorly formatted and hard to read. Lack of support for things like recursive models.
What problems is the product solving and how is that benefiting you?
Providing up to date API documentation to our users


    Angad G.

Swagger review

  • October 08, 2024
  • Review provided by G2

What do you like best about the product?
I like that it is accessible and helps me debug quicker
What do you dislike about the product?
The Ui is not that great. I would like it to be more user friendly
What problems is the product solving and how is that benefiting you?
It helped me debug


    Peter Brückler

A stable solution solution with human-readable notation but doesn't define contract

  • April 26, 2024
  • Review provided by PeerSpot

What is our primary use case?

When you want to define an API with your customers using SwaggerHub, you first interact with them to understand their requirements. Then, you proceed to build the API definition. This involves creating endpoints, schemas, paths, operations, error codes, and more. Once you've agreed on the API definition, you can generate client code in any desired language or even generate a server-side implementation.

What is most valuable?

You can click & play and add the notation in a human-readable form. Spotlight is also very good in the graphical design of APIs.

What needs improvement?

I noticed that the editor on SwaggerHub, like Gabbiti, is graphical in nature. With this mind map interface, one can easily define endpoints and paths.

The solution is lacking behind because it not only define the contract. It define and use one-time policies.

For how long have I used the solution?

I have been using SwaggerHub as an implementor since 2017. 

What do I think about the stability of the solution?

Having multiple versions online simultaneously is a common feature in software development, allowing teams to work on different iterations concurrently. However, if it led to confusion in copying and pasting contents that needs to be adressed. 

I rate the solution’s stability an eight out of ten.

What do I think about the scalability of the solution?

The solution is scalable enough. However, it depends on the project when you need it. We are searching for an API gateway, and the API gateway often has also integrated such an API designer tool.

How was the initial setup?

The initial setup is easy. It is a software service and it deployment is matter of minutes or maybe an hour.

I rate the initial setup an eight out of ten, where one is difficult and ten is easy.

What other advice do I have?

It was great to show them how you write the API contract in a textual form, and then see the graphical representation of the contract, the networks, and the components. This was a very good interaction with business consultants and for business requirements engineering.

It is easy to use, and access. It supports the main versions of of OS X-ray. it's a Swiss knife.

Overall, I rate the solution a seven out of ten.

Which deployment model are you using for this solution?

Hybrid Cloud


    Murahari Bandarupalli

Simplifies API design and development for developers

  • April 23, 2024
  • Review provided by PeerSpot

What is our primary use case?

SwaggerHub securely saves API calls, thereby ensuring the confidentiality of secrets. Additionally, it facilitates the validation of APIs, making them safer to use on the server.

How has it helped my organization?

SwaggerHub has significantly changed its management capabilities. It offers a seamless experience for loading APIs.

What is most valuable?

Design and execution is an important thing. SwaggerHub is maintained and developed collaboratively by both the DevOps team and developers. Through SwaggerHub, API calls are documented, allowing for clear restrictions at both the method and request levels. This flexibility facilitates the creation of robust APIs.

What needs improvement?

Compared with tools like Postman and SoapUI, it offers similar functionality but is a licensed platform. It provides features for building and managing APIs, including advanced capabilities like designing endpoints and generating documentation. Unlike Postman and SoapUI, which primarily focus on testing APIs, SwaggerHub allows for comprehensive API design and collaboration. It enables users to create, organize, and share API definitions efficiently. SwaggerHub essentially empowers developers to design, document, and maintain APIs seamlessly.

What do I think about the stability of the solution?

The product is stable.

What other advice do I have?

SwaggerHub simplifies API development for developers by providing a platform where they can efficiently create APIs without manually creating JSON or visual files. Developers can streamline the process of developing APIs and generating requests.

SwaggerHub is a platform used for API design and management. Postman serves as a tool for creating and testing API requests. While Postman offers capabilities for scripting and automation, SwaggerHub focuses on defining APIs using the OpenAPI Specification, facilitating collaboration, and generating documentation automatically. While there may be ways to integrate Postman scripts into other testing tools like JMeter, such integration would typically require manual effort and customization.

Overall, I rate the solution an eight out of ten.


    Hammad Janjua

An easy-to-use and user-friendly tool

  • December 19, 2023
  • Review provided by PeerSpot

What is our primary use case?

The company I work for purchased SwaggerHub with the intent to use it for a certain period of time.

I use SwaggerHub in my company for testing purposes, especially testing the APIs.

What is most valuable?

The best feature of the product is that it is very easy to use. With SwaggerHub, users need not work a lot and insert tokens all the time as they do in Postman, which is obviously a big tool compared to SwaggerHub, which offers a lot of advantages. SwaggerHub is an easier tool to use than Postman.

What needs improvement?

SwaggerHub's UI needs to be improved as it looks very old school. SwaggerHub's UI should be similar to that of Postman, which offers very attractive colors. Apart from the UI, every other function is good in SwaggerHub.

For how long have I used the solution?

I have been using SwaggerHub for about six months. My company is a customer of the product.

What do I think about the stability of the solution?

I did not encounter any stability-related issues with the product.

What do I think about the scalability of the solution?

In my company, three QAs who work on a specific project use SwaggerHub.

How was the initial setup?

The product's initial setup phase was easy and not at all difficult.

The solution is deployed on an on-premises model.

Which other solutions did I evaluate?

My company chose SwaggerHub or other products because of the ease of use it provides to its users.

What other advice do I have?

I recommend SwaggerHub to those who plan to use it since it is an easy-to-use and easy-to-understand tool. Though Postman is a good tool, SwaggerHub is a good tool that is easy to understand. It takes only one or two days to understand how SwaggerHub works.

SwaggerHub is an easy-to-use and user-friendly tool that even a layperson can easily understand and use.

I rate the overall product an eight out of ten.

Which deployment model are you using for this solution?

On-premises


    Mubarak Arimiyah

The tool's pricing is cheap and deployment is easy

  • December 08, 2023
  • Review provided by PeerSpot

What is most valuable?

The tool's most valuable feature is licensing. 

What needs improvement?

We have to use additional tools to test APIs. 

For how long have I used the solution?

I have been using the product for four years. 

What do I think about the scalability of the solution?

My company has four to five users. 

How are customer service and support?

We haven't contacted support yet. 

How was the initial setup?

SwaggerHub's deployment is easy. 

What's my experience with pricing, setup cost, and licensing?

The tool is cheap. 

What other advice do I have?

I rate SwaggerHub a seven out of ten.