Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Marker interface or boolean method to identify object capabilities?

Should I write tests before they will compile? [closed]

Concurrency considerations between pipes and non-pipes code

What is state space?

api terminology api-design

How to manage relationship between 3 resources in REST API

How should I build a good (web) API

api-design

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