Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Using implicit conversion as a substitute for multiple inheritance in .NET

Should I return user data in an authentication endpoint using JWT?

Why does to_ascii_lowercase return a String rather than a Cow<str>?

HTTP status code for a REST search without result

json rest http api-design

Which is the good way to link two resources in rest apis

api-design

Using a python output in javascript

Why is the k8s container spec "command" field an array?

kubernetes api-design

Cross user interaction in decoupled resource and authentication servers

openid-connect api-design

Choosing between package:html, dart:html, dart:io (class HttpClient) and package:http APIs to fetch HTTP resources

Under what scenarios would `std::breakpoint` be used instead of `std::breakpoint_if_debugging`?

c++ api-design c++26

Cleanest way of returning different structures for the same request

json rest api-design

RESTful design: Should renamed resources block old URIs forever? [closed]

rest api-design

Which of these two RESTful API design is better?

rest http api-design

For REST APIs, are URLs meant to be case insensitive?

Best practices when designing an API

api-design