Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

REST where should end point go?

rest api-design

Can I prevent exposing 'details' of 3rd party library through public API?

c# .net api-design

API Design for Idiot-Proof Iteration Without Generics

Why does .NET's RandomNumberGenerator.GetBytes method assign its results to a byte array parameter instead of returning a new byte array?

VS Code Git Extension API

Proper REST API design for like dislike and unvote

rest api-design url-design

How to init class with unknown number of String params?

java oop api-design

Should I add helper/utility methods to my library API in Java?

java api-design

Using implicit conversion as a substitute for multiple inheritance in .NET

Should I return user data in an authentication endpoint using JWT?

Why does to_ascii_lowercase return a String rather than a Cow<str>?

HTTP status code for a REST search without result

json rest http api-design

Which is the good way to link two resources in rest apis

api-design

Using a python output in javascript

Why is the k8s container spec "command" field an array?

kubernetes api-design

Cross user interaction in decoupled resource and authentication servers

openid-connect api-design

Choosing between package:html, dart:html, dart:io (class HttpClient) and package:http APIs to fetch HTTP resources