Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

What is the standard for formatting currency values in JSON?

json currency api-design

Using annotation to ensure that value returned by method is not discarded

Should paging be zero indexed within an API?

api rest api-design

When do I define objective-c methods?

Why can't AtomicBoolean be a replacement for Boolean?

java api-design

REST API Design: Nested Collection vs. New Root

rest api-design conceptual

Why Java does not allow overriding equals(Object) in an Enum?

java enums api-design

Rest API design with multiple unique ids

json rest http api-design

API design and jQuery [closed]

Why there is no getFirst(iterable) method?

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

TypeORM: update item and return it

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?