Home / Companies / Postman / Blog / February 2014

February 2014 Summaries

4 posts from Postman

Filter
Month: Year:
Post Summaries Back to Blog
A recent update to the Chrome Web Store offers a two-week trial of the Jetpacks upgrade, encouraging users to explore its potential to enhance their workflow, with support available through email for any issues encountered. Additionally, a new profile section on the Postman website allows users to manage their account settings, such as username, password, and email, as well as oversee their uploaded or shared collections. Users are encouraged to consult the provided documentation and tutorials for a better understanding of Jetpacks’ benefits, and the announcement hints at more significant updates to come in the near future.
Feb 25, 2014 131 words in the original blog post.
Postman offers a robust feature set that includes the use of variables, which can significantly streamline API testing by eliminating the need to duplicate requests and manually replace values. By creating environments like "production" and "dev," users can easily switch between different setups, allowing for efficient testing across local, staging, and production infrastructures. Variables can be utilized in various parts of a request, including URLs, headers, and body content, and are enclosed in double curly braces for easy identification and substitution. The Jetpacks upgrade enhances this capability by enabling test scripts that can set and access both environment and global variables, extracting data from responses and automating subsequent requests. Additionally, data variables used in the Collection Runner allow for testing multiple instances of a request by importing CSV or JSON files as data sources, thereby facilitating iteration and variation testing. This feature is integral to optimizing workflows in Postman, making the testing process more dynamic and adaptable.
Feb 20, 2014 951 words in the original blog post.
The release of version 0.9.6 of Postman introduces significant improvements, addressing previous limitations that hindered some developers from upgrading due to restrictions on browser cookies and XMLHttpRequest headers. These enhancements allow developers to test APIs that use cookie-based authentication schemes, thanks to the new Postman Interceptor extension, which facilitates communication between Chrome apps, extensions, and web pages via Chrome's message passing API. The update requires new permissions and enables the modification of previously blocked headers such as Date and User-Agent, simplifying API testing and aligning more closely with the functionality of the legacy app. Additionally, improvements have been made for the Jetpacks upgrade, allowing access to environment and global variables through dedicated dictionaries, although modifying variables still requires the setEnvironmentVariable function. Users are encouraged to upgrade to the packaged app for its enhanced capabilities, with further tutorials and documentation updates promised.
Feb 11, 2014 441 words in the original blog post.
Postman is a tool that significantly simplifies the process of building and testing REST APIs, making it particularly valuable for developers working on mobile apps. At RareWire, a platform designed for building native iOS and Android apps, Postman has proven essential in overcoming the challenges of integrating unfamiliar APIs and ensuring accurate data communication without extensive coding. It provides a clear view of API requests, including endpoints, parameters, headers, and responses, allowing developers to troubleshoot and streamline app development. Postman's Collections feature enhances collaboration by enabling teams to share and test API requests efficiently, even across different locations or companies. This tool not only saves time and energy for RareWire's internal projects but also for their clients' diverse backend requirements, making the app development process more efficient and effective.
Feb 11, 2014 515 words in the original blog post.