IPushPullConfig
Connection config for the ipushpull REST API.
Only api_key and api_secret are required -- api_url defaults to the ipushpull test environment (https://test.ipushpull.com/api/1.0).
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| api_key | OAuth Client ID | |
| api_secret | OAuth Client Secret | |
| api_url | Base URL for the ipushpull REST API | 'https://test.ipushpull.com/api/1.0' |
Property Details
api_key
OAuth Client ID
TypeScript
api_key: string;Property Value
string
api_secret
OAuth Client Secret
TypeScript
api_secret: string;Property Value
string
api_url
Base URL for the ipushpull REST API
TypeScript
api_url?: string;Default Value
'https://test.ipushpull.com/api/1.0'
Property Value
string