Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

REST api design to retrieve summary information

json rest api-design

In C++, is it okay to implement an iterator interface in which advancing invalidates the "current" element?

Spring Boot REST Design for Search API

How to change viewset retrieve response in Django Rest Framework?

Scala - Define type for Either for compactness or write it explicitly for readability?

scala api-design either

Api design: Which is better: returning null for empty values or nothing

json mongodb api-design

Windows API and GetClassName()? Another name?

c++ windows api-design

Suggest me a better name for an API method

REST API Design regarding DELETE method

What should be the default encoding for an API which reads from an URL using the file: protocol?

Looking for patterns and API design with Java generics

REST API: Best way to do/undo an action on a resource

rest api-design

Pagination issue in RESTful API design

API Design - Mixing in pre-condition checks for index out of bounds?

How to design an api to a persistent collection in C#?

C# Generics: If T is a return type, can it also be void? How can I combine these interfaces together?

c# api generics api-design nul