New posts in api-design

TypeORM: update item and return it

Rest API design with multiple unique ids

Response to a PATCH request

Private class functions vs Functions in unnamed namespace

Applying LIMIT and OFFSET to all queries in SQLAlchemy

REST api versioning (only version the representation, not the resource itself)

API Endpoint Semantics

REST design for file uploads [closed]

Why does the Duration class not have 'toSeconds()' method?

What is the gold standard for website APIs? Twitter, Flickr, Facebook, etc [closed]

Do fluent interfaces violate the Law of Demeter?

RESTful design: when to use sub-resources? [closed]

How do you define a good or bad API? [closed]

Token Expired - JSON REST API - Error Code

GB English, or US English?

Why does int num = Integer.getInteger("123") throw NullPointerException?

When should we create our own Java exception classes? [closed]

Delete multiple records using REST

Why does String.valueOf(null) throw a NullPointerException?

Call a Server-side Method on a Resource in a RESTful Way