FoamFactory / bubblez

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

`Resources` should be instantiated with an api key #15

Closed jwir3 closed 5 years ago

jwir3 commented 5 years ago

It should be possible to instantiate the Bubbles::Resources with an api key, similar to:

Bubbles::Resources.new(@api_key)

This way, the api key doesn't need to be passed during each API call.