News

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 ...
Many Web API designers claim their are RESTful, but their APIs have little in common with REST. What can be done to make a web service API truly RESTful?
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.
RESTful APIs are well suited for this requirement. In the days before RESTful API design, APIs were based on what is known as the Remote Procedure Call (RPC).
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.
The basics of API design Core to all these types of failures where the API doesn’t work as planned is a need for design that considers multiple aspects of a good API plan.
The rise of RESTful APIs has been met by a rise in tools for creating, testing, and managing them. Whether you’re a newbie building your first API, or an expert racing an intractable deadline ...
Kong Inc., a cloud connectivity company, is releasing a new open source tool called Insomnia Designer, offering a collaborative API design editor. Building on Insomnia Core, which Kong acquired in ...