Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

REST API Architecture: How to Represent Joined Tables

sql sql-server rest api-design

Consuming own API for web app - Authentication process with OAuth2

Why does Iterables.find() in Guava throw NoSuchElementException, instead of returning null?

guava api-design

Offset pagination vs Cursor pagination

Is it good practice for a website to use its own API?

api-design

Should Health Checks call other App Health Checks

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)?