Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Should I use a query parameter or separate endpoints for different data access levels? [closed]

rest api-design

Rest API: reasonable to create associated resources given a verbose representation?

rest api-design

C# record types as discriminated unions vs. third party libraries

Single API endpoint pros and cons

web-services api-design

HTTP API: Communicating the need to authenticate to a third party

How best to structure a RESTful API Endpoint

What is a good approach to develop a synchronous/blocking and an asynchrounous/non-blocking library-api in parallel? (JavaScript)

Best way to perform error handling using modules in Rails?