mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* Add optional api_host
Use case:
```
dogapi.initialize({
api_host: 'api.datadoghq.eu',
api_key,
app_key
})
```
* Modify tests
|
||
|---|---|---|
| .. | ||
| dogapi-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||