Restly Blog
Read our latest articles and insights on API design and development.

Jun 14, 2026
Building Restly: Integrating with daveshanley's Vacuum OpenAPI Linter
How we compiled a Go-based OpenAPI linter (Vacuum) to WebAssembly and integrated it into a React app using web workers, while tackling performance and binary size challenges.

Jun 14, 2026
OpenAPI Linting : What it is and How to get Started
Learn how OpenAPI linting with Spectral-compatible rulesets (including Vacuum) helps enforce API standards, catch issues early, and improve API consistency.

May 21, 2026
How to Version Your REST API?
Versioning your REST API is crucial for maintaining backward compatibility and ensuring smooth transitions between different API versions. Learn different approaches to API versioning and best practices for implementation.

May 7, 2026
REST API Pagination Strategies: Offset vs Cursor vs Keyset
As system records grow, it becomes unfeasible to return all records in every single API request. Pagination enables API clients to effectively walk through the relevant data set.

May 5, 2026
OpenAPI Examples ; A Practical Guide
OpenAPI examples are a powerful way to describe what your API expects and returns. Learn how to use OpenAPI examples to streamline your API development process and create a better experience for your API consumers.

May 2, 2026
Why Even Use OpenAPI ?
Adding an OpenAPI spec file to your workflow seems like more work. Learn about how to leverage an OpenAPI file to streamline your API development process.