Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Why does Enumerable.ToLookup<>() return an ILookup<,> and not a Lookup<,>?

.net api-design enumerable

REST GET endpoints returning different models based on user role

Extending a class and maintaining binary backward compatibility

Why is there an Option.get method

How to organize Python API module to make it neat?

Const-correct accessor to vector of pointers without transfer of ownership in abstract interface

c++ c++14 api-design c++17

How to merge/consolidate responses from multiple RESTful microservices?

How to get data back from a command bus?

unchecked exception that would have been better as checked

Correct handling of return data [closed]

java dao behavior api-design

Open-source / free universal EPG / XMLTV data API or service, or how to make one? [closed]

Naming a dictionary structure that stores keys in a predictable order?

Getting the right level of Interface granularity

Expected HTTP status code for an action on a disabled resource

rest http api-design

JSON API and CSRF

What HTTP response code to use for failed POST request?

Differences between API development platform e.g APIGEE and ESB

esb api-design mashery apigee

Is "logout" useless on a REST API?

rest logout jwt api-design

Is it better to have 1 Lambda function per route? or 1 Lambda that handles child routes?