You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using OAuth and I need to put the OAuth token and API version in my header every time I make a request. I see the @Header annotation, but is there a way to make them dynamic?
I am using OAuth and I need to put the OAuth token and API version in my header every time I make a request. I see the
@Header
annotation, but is there a way to make them dynamic?Here is the concept...
@Headers({Authorization:'OAuth {var}', X-Api-Version={var} })
Can you pass them in at Runtime?
I think this could be added to the documentation on the website. I would be happy to add it after I understand the correct implementation. Thanks!
The text was updated successfully, but these errors were encountered: