Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Good Practices in JavaScript API Development

javascript api-design

In a RESTful API, should DELETE calls be recursive?

Lifetime extension of temporaries' data members and API design

How services generate and use public and secret API keys?

node.js security api-design

What http return code should be if no data available

rest api-design

Implementing "JSON Merge Patch" in ASP.NET Core - best way do differentiate between null and not defined property

Response to a PATCH request

Web Api 2: NotFound() with content?

Designing APIs in Java with top-down approach - Is writing up the Javadoc the best starting point?

Interior mutability abuse in API design?

Naming java methods that return streams

Overriding ToString() for debugging and logs - should the string be localized?

c# .net api tostring api-design

HATEOAS Client Design

rest api-design hateoas

Appropriate HTTP status for a PUTting a read-only entity

Is it a good idea to use an enum parameter in public API function in C?

c api enums api-design

RESTful API and bulk operations

Why is JavaMail Transport.send() a static method?

Web API design tips

What is the correct way to do a get for multiple resources (batch get) with REST?

rest api-design