Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

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

Why does Enumerable.ToLookup<>() return an ILookup<,> and not a Lookup<,>?

.net api-design enumerable

REST GET endpoints returning different models based on user role

Extending a class and maintaining binary backward compatibility

Why is there an Option.get method

How to organize Python API module to make it neat?