News

For a long time, REST was the de facto way to design APIs. Then in 2015, Facebook open-sourced GraphQL and marketed it as a hot new alternative to REST.
MuleSoft has just announced the release of three RAML-based tools for designing, evaluating and testing RESTful APIs.
RESTful design anti-patterns Far too often, you will see a supposedly RESTful system in which the designers have shoehorned every permutation of their API into a POST invocation. Just because you ...
Internal-Only by Design: tRPC is intended for internal APIs within TypeScript monorepos or full-stack apps. Avoid using tRPC for public APIs or cases involving teams working in multiple languages.
Read this 12-page guide to learn the keys to REST and API design. It covers how to make connections work and using URIs for identification, media types for representation, header+body for ...
RESTful parameters promote an ease of use and resource access, but an improper setup can plague your search features and open the door for improper queries and paths that are difficult to fix.
It’s easy to get sloppy in your APIs, so here’s a refresher on how to be correctly RESTful in your client scripts ...