Closed jwir3 closed 5 years ago
It should be possible to instantiate the Bubbles::Resources with an api key, similar to:
Bubbles::Resources
Bubbles::Resources.new(@api_key)
This way, the api key doesn't need to be passed during each API call.
It should be possible to instantiate the
Bubbles::Resources
with an api key, similar to:This way, the api key doesn't need to be passed during each API call.