Search code examples
REST API Resource Naming Conventions - User or Users (pluralisation)...


restnaming-conventionsapi-design

Read More
Create web API with /path/to/{unique-path}/ design...


phprestapi-design

Read More
Allowing a filter query in a PUT endpoint that updates a set...


resthttpapi-designputhttp-put

Read More
Docker: is not providing a default to ARG really "bad"?...


dockerapi-design

Read More
Should Health Checks call other App Health Checks...


urlkubernetesapi-designhealth-monitoringkubernetes-health-check

Read More
TypeORM: update item and return it...


typescriptrestormapi-designtypeorm

Read More
What is the rationale behind container types in std defining their own swap function even if their m...


c++performanceswapapi-designmove-semantics

Read More
Why can I not efficiently move the strings when using std::istream_iterator<std::string>?...


c++standardsapi-designmove-semanticsistream-iterator

Read More
REST API design with OneToMany relationship with Spring and JPA...


spring-bootrestjpaapi-design

Read More
Why is std::function_ref(F*) not constexpr, while other ctors are all constexpr?...


c++language-lawyerconstexprapi-designc++26

Read More
Why do we keep a redundant ctor in std::copyable_function?...


c++standardsapi-designinitializer-listc++26

Read More
RESTFul API Respond Code 200 or other while query data from server database?...


javaandroidrestserverapi-design

Read More
Accessing implementation specific methods on an object that is returned to its API...


javamoduleapi-designinterface-designleaky-abstraction

Read More
What are the downsides of passing function arguments as named values in a hash table/dictionary?...


api-design

Read More
How to design an API for different users and levels of control?...


api-design

Read More
Should an API ever have version numbers in it?...


api-design

Read More
API level: the lower, the better?...


api-design

Read More
API object versioning...


api-design

Read More
Is my solution good enough to ensure the requests to my API come from my own website/mobile?...


securityapi-design

Read More
howto build api for multiple clients...


api-design

Read More
Will using long random keys make my API Secure?...


securityapi-design

Read More
API vs REST API...


restapi-design

Read More
Ignore or not API endpoint parameters based on access level...


api-design

Read More
What is the difference between API-Misuse and Bug Prone API?...


api-design

Read More
How does an API service limit calls without a key?...


api-design

Read More
What is the correct structure of a multi-language monorepo on Nx?...


c#api-designmonoreponrwl-nxnx-monorepo

Read More
What HTTP status code do you use when endpoint is disabled by feature-flag / feature-toggle?...


resthttpresponseapi-designfeaturetoggle

Read More
Getting a Null result when using json data from Site A using Site B Controller...


laravelrestapi-design

Read More
RESTful DELETE with reason...


restapi-design

Read More
REST API URL pattern design...


javaspringrestapi-design

Read More
BackNext