Structuring API Responses with JSON JSON (JavaScript Object Notation) has become the de facto standard for … Structuring API Responses with JSONRead more
hateoas
Best Practices for Accepting Lists and Complex Filters in REST API Parameters
Introduction In developing a RESTful API, one common challenge is designing endpoints that accept lists of … Best Practices for Accepting Lists and Complex Filters in REST API ParametersRead more
Introduction to RESTful Programming
REST (Representational State of Resource) is an architectural style for designing networked applications. It’s based on … Introduction to RESTful ProgrammingRead more