Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

HTTP API: Communicating the need to authenticate to a third party

How best to structure a RESTful API Endpoint

What is a good approach to develop a synchronous/blocking and an asynchrounous/non-blocking library-api in parallel? (JavaScript)

Best way to perform error handling using modules in Rails?

Is it appropriate to use HTTP status codes for non-HTTP errors?

How to keep GraphQL API and frontend synchronized on a staging server?

What HTTP status code do you use when endpoint is disabled by feature-flag / feature-toggle?

Add a single or multiple API endpoints when accepting POST request?

Spring REST reuse nested requstmapping

Hypermedia API: How to document properly?

What is the accepted practice for URL login in API REST?

rest url api-design

How to handle the introduction of a new object property in a REST API

rest http api-design

Typeorm: Return only one property from loaded relation

Using JSON API Serializer to create more complicated JSON

Spring REST API design of search/filter

Is it possible to merge two json responses using nginx?

Which format is better for list in JSON API design, flat array or nested object?

RAML default envelope

api-design raml

Apache Kafka for inter-microservice communication; at what level to map topics to events?