Google Cloud Endpoints vs Postman

Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

Google Cloud Endpoints

36
149
+ 1
1
Postman

95.5K
81.7K
+ 1
1.8K
Add tool

Google Cloud Endpoints vs Postman: What are the differences?

Introduction

Google Cloud Endpoints and Postman are both popular tools used in API development and testing. While they serve similar purposes, there are key differences between the two that make them distinct.

  1. API Management and Deployment: Google Cloud Endpoints offers a comprehensive API management solution that allows you to easily deploy, monitor, and control access to your APIs. It provides features like API key authentication, quota enforcement, and automatic deployment to Google Cloud Platform. On the other hand, Postman primarily focuses on API testing and documentation, providing a user-friendly interface for creating and sending API requests. It does not provide the same level of deployment and management features as Google Cloud Endpoints.

  2. Integration with Google Cloud Platform: Google Cloud Endpoints seamlessly integrates with other services and tools within the Google Cloud Platform ecosystem. It works well with services like Cloud Run, Cloud Functions, and Kubernetes Engine, allowing you to easily expose your APIs as serverless functions or containers. Postman, on the other hand, is a standalone tool that can be used with any API, regardless of the underlying infrastructure or platform.

  3. SDK Generation: Google Cloud Endpoints provides SDK generation capabilities, allowing you to automatically generate client libraries for different programming languages based on your API specification. This makes it easier for developers to consume your APIs and reduces the amount of boilerplate code they need to write. Postman does not offer this feature and requires developers to manually handle API consumption in their chosen programming language.

  4. Collaboration and Team Work: Postman provides a collaborative workspace that allows teams to work together on API development and testing. Teams can easily share collections, environment variables, and tests with each other, promoting collaboration and ensuring consistency in API development. While Google Cloud Endpoints does not offer a dedicated collaboration workspace, it integrates with other collaboration tools like Google Cloud Source Repositories, allowing teams to work together on API codebases.

  5. Pricing Model: Google Cloud Endpoints follows a pricing model based on API call volume and other factors within the Google Cloud Platform pricing structure. The cost varies depending on factors like the number of requests, the amount of data transferred, and any additional services used. Postman, on the other hand, offers flexible pricing plans based on team size and usage requirements, with options for free individual accounts and paid team plans.

  6. Documentation and API Reference: Google Cloud Endpoints automatically generates API documentation and provides an API Explorer to easily test your APIs while working with Google Cloud Platform. Postman also includes features for documenting APIs, generating collections, and sharing them with others. However, the documentation and API reference capabilities of Google Cloud Endpoints are more tightly integrated with the overall Google Cloud Platform ecosystem, making it easier to manage and maintain your API documentation within the platform.

In summary, Google Cloud Endpoints and Postman differ in terms of API management and deployment capabilities, integration with Google Cloud Platform, SDK generation, collaboration features, pricing model, and documentation capabilities.

Advice on Google Cloud Endpoints and Postman
Needs advice
on
PostmanPostmanApiaryApiary
and
Swagger UISwagger UI

From a StackShare Community member: "I just started working for a start-up and we are in desperate need of better documentation for our API. Currently our API docs is in a README.md file. We are evaluating Postman and Swagger UI. Since there are many options and I was wondering what other StackSharers would recommend?"

See more
Replies (3)
Jagdeep Singh
Tech Lead at ucreate.it · | 8 upvotes · 402.6K views

I use Postman because of the ease of team-management, using workspaces and teams, runner, collections, environment variables, test-scripts (post execution), variable management (pre and post execution), folders (inside collections, for better management of APIs), newman, easy-ci-integration (and probably a few more things that I am not able to recall right now).

See more

I use Swagger UI because it's an easy tool for end-consumers to visualize and test our APIs. It focuses on that ! And it's directly embedded and delivered with the APIs. Postman's built-in tools aren't bad, but their main focus isn't the documentation and also, they are hosted outside the project.

See more
Sadik Ay
Recommends
on
PostmanPostman

I recommend Postman because it's easy to use with history option. Also, it has very great features like runner, collections, test scripts runners, defining environment variables and simple exporting and importing data.

See more
Decisions about Google Cloud Endpoints and Postman
Stephen Fox
Artificial Intelligence Fellow · | 1 upvote · 354.5K views

Postman supports automation and organization in a way that Insomnia just doesn't. Admittedly, Insomnia makes it slightly easy to query the data that you get back (in a very MongoDB-esque query language) but Postman sets you up to develop the code that you would use in development/testing right in the editor.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Google Cloud Endpoints
Pros of Postman
  • 1
    Android Integration
  • 490
    Easy to use
  • 369
    Great tool
  • 276
    Makes developing rest api's easy peasy
  • 156
    Easy setup, looks good
  • 144
    The best api workflow out there
  • 53
    It's the best
  • 53
    History feature
  • 44
    Adds real value to my workflow
  • 43
    Great interface that magically predicts your needs
  • 35
    The best in class app
  • 12
    Can save and share script
  • 10
    Fully featured without looking cluttered
  • 8
    Collections
  • 8
    Option to run scrips
  • 8
    Global/Environment Variables
  • 7
    Shareable Collections
  • 7
    Dead simple and useful. Excellent
  • 7
    Dark theme easy on the eyes
  • 6
    Awesome customer support
  • 6
    Great integration with newman
  • 5
    Documentation
  • 5
    Simple
  • 5
    The test script is useful
  • 4
    Saves responses
  • 4
    This has simplified my testing significantly
  • 4
    Makes testing API's as easy as 1,2,3
  • 4
    Easy as pie
  • 3
    API-network
  • 3
    I'd recommend it to everyone who works with apis
  • 3
    Mocking API calls with predefined response
  • 2
    Now supports GraphQL
  • 2
    Postman Runner CI Integration
  • 2
    Easy to setup, test and provides test storage
  • 2
    Continuous integration using newman
  • 2
    Pre-request Script and Test attributes are invaluable
  • 2
    Runner
  • 2
    Graph
  • 1
    <a href="http://fixbit.com/">useful tool</a>

Sign up to add or upvote prosMake informed product decisions

Cons of Google Cloud Endpoints
Cons of Postman
    Be the first to leave a con
    • 10
      Stores credentials in HTTP
    • 9
      Bloated features and UI
    • 8
      Cumbersome to switch authentication tokens
    • 7
      Poor GraphQL support
    • 5
      Expensive
    • 3
      Not free after 5 users
    • 3
      Can't prompt for per-request variables
    • 1
      Import swagger
    • 1
      Support websocket
    • 1
      Import curl

    Sign up to add or upvote consMake informed product decisions

    1.7K
    2.5K
    1.3K
    854
    12.7K

    What is Google Cloud Endpoints?

    An NGINX-based proxy and distributed architecture give unparalleled performance and scalability. Using an Open API Specification or one of our API frameworks, Cloud Endpoints gives you the tools you need for every phase of API development and provides insight with Google Cloud Monitoring, Cloud Trace, Google Cloud Logging and Cloud Trace.

    What is Postman?

    It is the only complete API development environment, used by nearly five million developers and more than 100,000 companies worldwide.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Google Cloud Endpoints?
    What companies use Postman?
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Google Cloud Endpoints?
    What tools integrate with Postman?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to Google Cloud Endpoints and Postman?
    REST
    An architectural style for developing web services. A distributed system framework that uses Web protocols and technologies.
    Apigee
    API management, design, analytics, and security are at the heart of modern digital architecture. The Apigee intelligent API platform is a complete solution for moving business to the digital world.
    Kong
    Kong is a scalable, open source API Layer (also known as an API Gateway, or API Middleware). Kong controls layer 4 and 7 traffic and is extended through Plugins, which provide extra functionality and services beyond the core platform.
    Stack Overflow
    Stack Overflow is a question and answer site for professional and enthusiast programmers. It's built and run by you as part of the Stack Exchange network of Q&A sites. With your help, we're working together to build a library of detailed answers to every question about programming.
    Google Maps
    Create rich applications and stunning visualisations of your data, leveraging the comprehensiveness, accuracy, and usability of Google Maps and a modern web platform that scales as you grow.
    See all alternatives