Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

What is a better way to design an API for mutually exclusive request parameters?

Basic types to expose on a C++ API

c++ visual-c++ api-design

API Design: Caching “partial” nested objects

Anonymous Access to a REST API?

If a GET request's response changes, is idempotency respected?

rest api api-design idempotent

"Program to an interface" using extension methods: When does it go too far?

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?