Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

How should exceptions be handled in a RESTful API for collection results?

Natural keys and RESTful URLs

Creating C++ API Library

Wrapping a python class around JSON data, which is better?

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