Home / Companies / Postman / Blog / July 2019

July 2019 Summaries

2 posts from Postman

Filter
Month: Year:
Post Summaries Back to Blog
Managing API development with large teams involves challenges such as version control, permission management, and content transfer, which Postman addresses through a suite of collaboration tools designed to streamline workflows. Postman offers personal and team workspaces, allowing for privacy or shared visibility, depending on the assigned roles and permissions. These roles automate access control, reducing manual oversight and preventing data loss when team members depart. The platform's versioning feature helps maintain multiple API versions and supports tagging, diff viewing, and merging, making it easier for teams to iterate while maintaining a single source of truth. Forking and merging functionalities, akin to GitHub, enable parallel work and integration across personal or team workspaces. Additionally, Single Sign-On (SSO) simplifies identity management across multiple applications for enterprise users, while content transfer features ensure continuity of work when team members change. Postman's focus on enhancing team collaboration through these features facilitates efficient management of API development in large teams.
Jul 23, 2019 1,189 words in the original blog post.
When encountering SSL certificate errors or connection issues in Postman, several troubleshooting steps can help identify and resolve these problems. The Postman Console is a valuable tool for debugging, as it provides detailed logs of API activities, including requests, responses, and any errors. Common issues such as connectivity problems may arise from firewall configurations, proxy server settings, or incorrect SSL certificate usage. Adjusting Postman settings, such as turning off SSL verification or configuring client-side SSL certificates, can sometimes address these errors. Utilizing variables and ensuring correct URL protocols are crucial for accurate requests. Additionally, server logs and timeout settings can offer insights into connection failures, while unresolved issues can be reported through Postman's GitHub issue tracker or support tickets for further assistance.
Jul 17, 2019 796 words in the original blog post.