REST-API-Design-Guide icon indicating copy to clipboard operation
REST-API-Design-Guide copied to clipboard

NBB's REST-ish API Design Guide

Results 8 REST-API-Design-Guide issues
Sort by recently updated
recently updated
newest added

Hi, in our job we hav a resource that has a verion and for a business case the only identifier possible is a composite key so we came to these...

Goal: explain how to optimize for compactness

enhancement

See https://dzone.com/articles/dynamically-filter-json-with-jackson-and-squiggly?edition=292930&utm_source=Daily%20Digest&utm_medium=email&utm_campaign=dd%202017-04-26 https://github.com/bohnman/squiggly-filter-jackson

Goal: provide explanations and examples in the design about discoverability, links generation, where and how links should be in the payloads. Refer to HAL.

You MAY also support the definition of multiple languages just like with the Accept-Language header. Design for this approach?

enhancement

Points yet to clarify: * whether the charset matters and the impact it can have on requests going through infrastructure components / request interceptors * whether the Content-Type matters (same...

Goal: visualize the design workflow and work it out further. Integrate with contract-first approach..

enhancement

Goal: add support for an "_embed" query parameter for retrieval. Should embed related entities on demand

enhancement