Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is a better way to design an API for mutually exclusive request parameters?

Basic types to expose on a C++ API

c++ visual-c++ api-design

API Design: Caching “partial” nested objects

Anonymous Access to a REST API?

If a GET request's response changes, is idempotency respected?

rest api api-design idempotent

"Program to an interface" using extension methods: When does it go too far?