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

feature: RESTService improvements: dynamic/custom headers #151

Closed
KiaraGrouwstra opened this issue Nov 12, 2016 · 0 comments
Closed

feature: RESTService improvements: dynamic/custom headers #151

KiaraGrouwstra opened this issue Nov 12, 2016 · 0 comments
Milestone

Comments

@KiaraGrouwstra
Copy link
Contributor

Currently RESTService allows passing baseHeaders to include on each requests. This is useful.
I'd like to pass an Authorization header on API requests though, which is only available on run-time, so is not available when these base headers are passed.
I'm wondering if it may help to add an additional dynamicHeaders?: () => Headers to address this.

KiaraGrouwstra added a commit to KiaraGrouwstra/covalent that referenced this issue Nov 12, 2016
@emoralesb05 emoralesb05 added this to the Alpha 0.9 milestone Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants