FoamFactory / bubblez

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

Some requests work differently than others re: `authenticated` #43

Closed jwir3 closed 2 years ago

jwir3 commented 2 years ago

GET requests have been updated in #41 to work in such a way that authenticated must be true before adding any Authorization header. Other requests don't work this way, and we should change this.