July 2026 Summaries
2 posts from Redocly
Filter
Month:
Year:
Post Summaries
Back to Blog
The Redocly CLI provides two key commands, proxy and drift, to help developers identify and address the issue of drift between an OpenAPI description and the actual API behavior. The proxy command acts as a local reverse proxy to capture API requests and responses into a HAR file, which can then be analyzed by the drift command to identify discrepancies such as undocumented endpoints, parameters, and schema mismatches. This process ensures that the API's documentation accurately reflects its functionality, thereby preventing issues in SDKs or partner integrations. By integrating this into existing testing pipelines, developers can leverage their end-to-end or integration tests to continuously monitor and validate API consistency without additional test code. The tool supports various output formats for reports and offers experimental features that may evolve with user feedback, encouraging developers to contribute insights via the Redocly CLI GitHub repository.
Jul 08, 2026
1,149 words in the original blog post.
The Reunite editor has introduced a Replay tab feature that streamlines the process of testing API functions directly within the development environment, eliminating the need to switch between different tools. This new feature allows developers to send requests and receive responses in real time without leaving the editor, simplifying the workflow by automatically preparing the request based on the open API function file. The Replay tab is easily accessible through various intuitive actions, such as clicking the More actions icon, using the tabs header, or employing keyboard shortcuts. Authentication is seamlessly integrated, using the existing session credentials, thus removing the hassle of copying tokens between tools. This convenience is designed to enhance productivity by allowing developers to test and iterate on API functions more efficiently within their project environment.
Jul 01, 2026
429 words in the original blog post.