Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Is OAuth irrelevant when HTTPS is used?

Writing functions that accept both 1-D and 2-D numpy arrays?

Why would someone design a RESTful API with 'API' in the URI?

Default argument vs overloads in C++

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