Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Which result pattern is best for a public API and why?

Pure HATEOAS vs making too many service calls

Why does the Object class have Thread methods? [duplicate]

java api-design

HTTP status code for a boolean resource

Modern C and C++: it is possible to use one defined structure for other declared structure?

c++ c class-design api-design

Should I return id of associated entity or whole entity

rest api-design

Can a HTTP PATCH request create an resource?

API design - allocate output?

c api api-design

Query String vs Resource Path for Filtering Criteria

api rest http api-design

Does casting a pointer back and forth from size_t or uintptr_t break strict aliasing?

What's the best way to handle a 204 No Content response in NestJS?

How to design REST API for export endpoint?

rest export api-design

Re-define wait method in a Java interface

Why does Scala's indexOf (in List etc) return Int instead of Option[Int]?

Java - How to design a method for search?

java search api-design

How do I get the message from an API using Flurl?

What was the design consideration of not allowing use-site injection of extension methods to java 8?

REST API Design: GET requires sensitive parameters that should not be stored in web server logs

api rest api-design

Why does ICollection not contain an Add method? [closed]

c# .net api-design

How "store" REST archetype isn't creating a new resource and a new URI?

rest api-design