Closed jwir3 closed 2 years ago
For some APIs, it is necessary to authenticate using a header (e.g. Authorization: Bearer or Basic) in order to utilize the endpoint. This commit adds support for authentication with GET endpoints.
Fixes #41.
For some APIs, it is necessary to authenticate using a header (e.g. Authorization: Bearer or Basic) in order to utilize the endpoint. This commit adds support for authentication with GET endpoints.
Fixes #41.