Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

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?

Strings or URI in .NET APIs?

.net api-design

Multiple Dtos for same entity

In what scenarios are APIs that don't borrow preferred?

CXF REST APIs Documentation using Swagger

Is there a defined strategy for versioning SignalR hubs, so that old JS code can continue to work?

Java API Design: NumberFormatException for Method that Parses a Semi-Numeric String?

java api api-design