-
Notifications
You must be signed in to change notification settings - Fork 122
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
Custom HTTP headers #2
Labels
Comments
Good point! Do you want to set them just once for every call, or different headers for each call? |
Once for every call should be fine, as long as we can update them any time... |
I already add them by default to every call |
Please check the new v1.1.0 and the documentation: https://github.com/ghidoz/angular2-jsonapi#custom-headers @dbenninger does it fulfill your needs? |
very nice! Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am calling a JsonApi service that requires OAuth2 authentication. It would be cool, if we could set custom HTTP headers somehow...
Btw.. nicely done!
The text was updated successfully, but these errors were encountered: