Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Strings or URI in .NET APIs?

.net api-design

Multiple Dtos for same entity

In what scenarios are APIs that don't borrow preferred?

CXF REST APIs Documentation using Swagger

Is there a defined strategy for versioning SignalR hubs, so that old JS code can continue to work?

Java API Design: NumberFormatException for Method that Parses a Semi-Numeric String?

java api 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