
Author
Full stack engineer, Apideck
/

Reva: Validate requests with OpenAPI in Node.js
Validating API requests shouldn't be a hassle. Why write validation code by hand when we have OpenAPI documents that describe every endpoint? To address this problem we built Reva, a simple Node.js request validator based on OpenAPI.
Elias Meire

Unified Pagination: Abstracting API pagination across third-party APIs
Struggling with inconsistent pagination across APIs? Discover how we unified various pagination strategies into a single, developer-friendly API, simplifying integrations. Learn how we tackled the complexities of offset, cursor, and link-based pagination to enhance your API experience!
Elias Meire