Home / Companies / Postman / Blog / April 2024

April 2024 Summaries

5 posts from Postman

Filter
Month: Year:
Post Summaries Back to Blog
Postman provides enterprises with numerous features to enhance collaboration and consistency, such as user management, naming standards, SSO, and SCIM, which allow for streamlined API development and management. Collaborative workspaces enable users to share collections, environments, and other assets, promoting faster and more interactive teamwork compared to traditional methods. Proper workspace naming and structuring are crucial for clarity, and user groups help in organizing team members according to organizational structures, simplifying role management. Various roles at team and workspace levels ensure efficient management, while SSO and SCIM integration further automate user provisioning and access control. Domain capture consolidates users under a company-managed account, requiring a well-planned migration strategy. Utilizing these practices helps maintain high-quality standards within Postman instances and improves user experiences.
Apr 23, 2024 934 words in the original blog post.
gRPC, a high-performance open-source framework developed by Google, is widely used for service-to-service communication in distributed environments due to its efficiency and support for bi-directional data streaming based on HTTP/2. This tutorial provides a comprehensive guide on building a gRPC service in Node.js to perform CRUD operations on products, starting with defining the service using Protocol Buffers (Protobuf) to describe methods and message types. The process involves setting up a Node.js project, writing server logic for the gRPC methods, and employing the Postman gRPC client for testing and verification. It details the implementation of service methods like CreateProduct, ReadProduct, UpdateProduct, and DeleteProduct within a simple server that uses an array as a database, emphasizing the importance of data serialization for fast network transport. This hands-on approach not only covers the technical setup but also demonstrates the use of Postman for creating and testing gRPC requests, making it a valuable resource for developers looking to harness the capabilities of gRPC in Node.js environments.
Apr 16, 2024 2,122 words in the original blog post.
Postman, an API platform known for enhancing developer productivity, has announced its acquisition of Orbit, a tool used by developer companies to manage and grow their communities across platforms like Discord, Slack, and GitHub. This acquisition aims to bolster the collaborative nature of APIs, which inherently involve multiple stakeholders, by integrating community features into the Postman Public API Network. This integration will allow API publishers and consumers to collaborate actively, enabling developers to discover APIs that fit their use cases and engage with peers for optimal utilization. Orbit's current product will be phased out within 90 days, with its team, led by Noah Schwartz, focusing on enhancing community engagement and feedback in the Postman ecosystem. This move underscores Postman's API-first approach, emphasizing the importance of community-driven improvements in API development for its global network of users.
Apr 11, 2024 426 words in the original blog post.
POST/CON 24, Postman's largest user conference, is set to take place in San Francisco from April 30 to May 1, 2024, offering a rich agenda for API enthusiasts and tech leaders worldwide. The event will feature an array of networking opportunities, workshops, and discussions on cutting-edge topics like the dichotomy between open and proprietary AI, led by notable figures such as Sri Viswanath and Trevor Noah. Attendees will gain insights from industry leaders on the future of software and APIs, engage in hands-on sessions to enhance their API skills, and enjoy exclusive access to the latest platform innovations from Postman. The conference promises a blend of professional growth and entertainment, concluding with a celebrity-led after-party featuring T-Pain, making it an unparalleled opportunity for personal and professional enrichment in the tech community.
Apr 08, 2024 611 words in the original blog post.
Investing in the discoverability of APIs is crucial for API producers to enhance their distribution strategy, as it ensures that APIs are visible, searchable, and easy for developers to find and use, thereby increasing adoption and revenue. API discoverability is essential for internal, external, and partner developers, facilitating efficient collaboration and reducing duplicated efforts across teams. Postman workspaces enhance API discoverability by providing collaborative spaces where developers can share and access API artifacts, streamline the onboarding process, and reduce the time to first call (TTFC), which is a critical metric for API adoption. These workspaces support different collaboration levels—team, private, partner, and public—each offering tools to organize collections, environments, and documentation, thus improving visibility and usability of APIs. Public workspaces in Postman are optimized for search engines, enabling developers to easily discover APIs and their associated assets, while also allowing contributions through forking and pull requests, promoting further API adoption.
Apr 02, 2024 1,290 words in the original blog post.