Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Designing an async API in Python

Designing an API with designated client keys

Should a tag be it's own resource or a nested property?

rest tags api-design

(start, end) vs. (start, length) in API design

API routes naming convention

rest api-design

Using the Rust compiler to prevent forgetting to call a method

rust api-design type-safety

Unable to autoload constant API Controller in Rails 4

Link to another resource in a REST API: by its ID, or by its URL?

json api rest api-design hateoas

When is an API overengineered? [closed]

REST API URI for resource with multiple primary keys

Should an async API ever throw synchronously?

How to handle pagination in retrofit

What's missing in Cocoa? [closed]

HATEOAS links with PUT/POST

Safely use containers in C++ library interface

c++ containers api-design

Best way to create REST API for long lasting tasks?

rest callback api-design

Why would a RESTful API send cookies with the API response?

What is the point of VkApplicationInfo?

c graphics api-design vulkan

Can I PUT without an ID?

rest api-design

How to indicate C++ ownership of pointer

c++ pointers api-design