📄️ GraphQL
In Linckr the main API protocol we use is GraphQL. When you are new to GraphQL please read the following resources:
📄️ Multipart for file downloads
Although we mainly use GraphQL, we do have REST endpoints for downloading and uploading files. GraphQL does not offer multipart support as a content type.
📄️ OpenID Connect & OAUTH2 standards
For authentication and authorization, we make use of the OpenID Connect (authentication) and OAUTH2 standards. The best