FoamFactory / bubblez

A gem for defining client REST interfaces in ruby
Mozilla Public License 2.0
4 stars 0 forks source link

:sparkles: Add the ability to access authenticated GET endpoints. #42

Closed jwir3 closed 2 years ago

jwir3 commented 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.