Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Transloadit-Client header #36

Open
Acconut opened this issue Apr 28, 2023 · 1 comment
Open

Add Transloadit-Client header #36

Acconut opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
prio-3 sdks Integrations for Transloadit's API

Comments

@Acconut
Copy link
Member

Acconut commented Apr 28, 2023

All SDKs should include the Transloadit-Client header for every Transloadit-related request they are sending (tus excluded). This is helpful for our support, so we can easily identify which SDKs in which version they are using.

For example, here is how the Java SDK does it: https://github.com/transloadit/java-sdk/blob/4a631daa808e4ebf58ea9e30855cde1c5ddd555c/src/main/java/com/transloadit/sdk/Request.java#L74

The complete header with value should look like this: https://github.com/transloadit/java-sdk/blob/4a631daa808e4ebf58ea9e30855cde1c5ddd555c/src/test/java/com/transloadit/sdk/RequestTest.java#L68

@lekevbot lekevbot added the sdks Integrations for Transloadit's API label Apr 28, 2023
@kvz
Copy link
Member

kvz commented May 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio-3 sdks Integrations for Transloadit's API
Projects
None yet
Development

No branches or pull requests

4 participants