-
Notifications
You must be signed in to change notification settings - Fork 22
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
Query request headers are clobbered by token methods #48
Labels
bug
Something isn't working
Comments
@frankinspace, please label this as a bug. Also, I submitted a NAMS request to become a maintainer, as you suggested. Did you see the request? |
chuckwondo
added a commit
to chuckwondo/python_cmr
that referenced
this issue
May 13, 2024
Also, export `DayNightFlag` type alias, which was missed when type annotations were added. Fixes nasa#48
chuckwondo
added a commit
to chuckwondo/python_cmr
that referenced
this issue
May 13, 2024
chuckwondo
added a commit
to chuckwondo/python_cmr
that referenced
this issue
May 13, 2024
chuckwondo
added a commit
to chuckwondo/python_cmr
that referenced
this issue
May 13, 2024
frankinspace
added a commit
that referenced
this issue
May 13, 2024
Fixes #48 Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
token
andbearer_token
methods of theQuery
class overwrite any headers that might otherwise be set on a query instance. Any methods that add a header should not completely replace all headers.The text was updated successfully, but these errors were encountered: