Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Why is DialogResult a nullable bool in WPF?

Is there a design reason why std::set doesnt have front and back member functions?

Is an API endpoint that differentiates what resources to return based on user credentials RESTful and good URI design?

Inheritance and Polymorphism in REST API Modeling

How do you set up an API key system for your website? [closed]

api-design

Is it acceptable to return unmodifiableList or should I return array?

Rest api design: POST to create with duplicate data, would-be IntegrityError/500, what would be correct?

api http rest api-design

How do you implement the factorial function in C++? [duplicate]

c++ algorithm api-design

What's the point of DSLs / fluent interfaces

find-or-create idiom in REST API design?

rest api-design

How to avoid repeating business logic between client and server?

404 Not Found or Bad Request?

Identify item by either an ID or a slug in a RESTful API

api rest api-design

Why don't primitive Stream have collect(Collector)?

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