Integrations
Battlenet
Integrations
Battlenet
Integration template: battlenet
Features
Feature | Status |
---|---|
Auth (OAuth) | ✅ |
Sync | ✅ |
Nango Proxy | 🚫 (time to contribute: <1h) |
Auto-pagination | 🚫 (time to contribute: <1h) |
API-specific rate limits | 🚫 (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
- Depending on the region you want to connect to, you have to provide the region as an extension in the config params.
You should use
nango.auth('amazon', '1', {params: {extension: 'com.cn'}})
. The provided extension here shows that the region is china. - Tokens cannot be refreshed, hence when the token expires, resource owners will have to go through the authorize flow again.
Add Getting Started links and Gotchas by editing this page