Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

REST design for "related" resources

rest api-design

Why doesn't Collection<T> Implement Stream<T>? [duplicate]

java lambda java-8 api-design

API design for functions acting on arrays

java api-design

What are the pros and cons to api versioning methods

api api-design

Redux normalizr + dealing with reduced responses

What are the benefits of combined getter and setter methods?

Functionalities structuring in API design

Creating property which may throw IndexOutOfRangeException

c# api-design

Prohibit direct extension of Java class outside its package

java inheritance api-design

RESTful way of dealing with bi-directional relationships between resources

rest 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