Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

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

JSONAPI implementation

Chai not reaching .end()

Respond 200 with error or the response code as the error code

rest http api-design

Is it correct to call a Swift closure multiple times

swift api-design

Designing a REST API: sub-collection and HTTP PATCH

rest api-design

Rest API Architecture - GET a resource by alias

Best practice to batch update a collection in a REST Api call [closed]

rest api-design

Best way for designing a pagination endpoint in a RESTful Web Service