Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

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)

rest versioning api-design

API Endpoint Semantics

api-design

REST design for file uploads [closed]

rest file-upload api-design

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]

rest api-design

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

api api-design

Why is the Java date API (java.util.Date, .Calendar) such a mess?

java date api-design

Token Expired - JSON REST API - Error Code

GB English, or US English?

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

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

Delete multiple records using REST

rest backbone.js api-design

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

Why are Java Streams once-off?

When do I use path params vs. query params in a RESTful API?

API pagination best practices

rest pagination api-design