Comment on page
Getting Started
makeshorter is orginezed around REST. All endpoints are predictable and accept JSON request bodies, and return JSON responses, and use standart HTTP codes.
Base Url: https://api.makeshorter.com/v1
You can check api sample ping query with "GET" query.
cURL
$ curl https://api.makeshorter.com/v1/test
Package available for .net standart 2.0 . You can download MakeShorter nuget package.
Last modified 2yr ago