Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Where would be the best place to put the captcha token in a REST API

designing python api. reliable cleanup vs easy-to-use in interpreter

OpenAPI 3.0 mock generator [closed]

In Python dataclasses, why can an InitVar have default but not a default_factory?

System Design Interview - Car API

api-design system-design

Is there standard way of making multiple API calls combined into one HTTP request?

How to have both 'get by id' and 'get by name' routes on ASP.NET core 2.0 controller?

RESTful API Design best practice for request metadata (session id etc)?

rest api-design

Is pulling up a method into a generic base class a breaking change

c# api-design

Unhashable type: 'dict' in Flask app

python rest flask api-design

Flask Limiter - Using more than one key_func for a single endpoint

python flask api-design

Why separate the API definition and implementation JARs

java jpa api-design

What is the appropriate HTTP status code for a null or missing object attribute?

RESTful DELETE with reason

rest api-design

REST: What is difference between GET and DELETE, when we can implement same functionality in both?

Can I encrypt password on both frontend and backend?

encryption api-design

REST API Resource Naming Conventions - User or Users (pluralisation)

Correct HTTP status code to number of items per page exceeded + pagination offset