ConvertAPI / convertapi-library-dotnet

A .NET library for the ConvertAPI
https://www.convertapi.com
Other
22 stars 8 forks source link

Use Bearer authentication #53

Closed tomasr78 closed 1 month ago

tomasr78 commented 1 month ago

Change query authentication to bearer authentication.

curl -X GET https://v2.convertapi.com/user -H 'Authorization: Bearer your_api_secret'

Join secret and token parameters to one and name it as AuthCredentials

tomasr78 commented 1 month ago

@paulius-petkus Merged to master; please build and push to nuget.

paulius-petkus commented 1 month ago

Done