bombbomb / BBCore

A Javascript API to use BombBomb services
4 stars 12 forks source link

Upgrade to v2 #32

Open sgangwisch opened 5 years ago

sgangwisch commented 5 years ago

Is there any plan to upgrade this wrapper to v2 of the bombbomb api?

TomPendergrass commented 4 years ago

We've updated the accessToken parameter to accept either an api key or an access token retrieved via OAuth. This should allow v1 implementers who use the api key method of authentication to continue usage, while allowing v2 implementers who retrieve access tokens through OAuth to still use the BBCore wrapper. We are working on a new SDK that will provide more powerful tools and an easier setup out of the box.