@revolugo/booking-api-client
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -33,3 +33,3 @@ { | ||
"types": "build/index.d.ts", | ||
"version": "1.3.0" | ||
"version": "1.4.0" | ||
} |
@@ -23,3 +23,3 @@ # Revolugo Booking API Client | ||
const revolugoApiClient = new ApiClient({ | ||
apiEnvironment: Revolugo.Environment.LIVE | ||
apiEnvironment: Revolugo.Environment.LIVE, | ||
apiKey: '<public-or-private-api-key-here>', | ||
@@ -32,7 +32,6 @@ apiVersion: 'v1', | ||
| Option | Default | Description | | ||
| ------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `apiEnvironment` | Required | Target environment for the client (Environment.PRODUCTION \| Environment.SANDBOX) | ||
| `apiKey` | Required | Public or Private Api Key provided by Revolugo | ||
| `apiVersion` | Required | Api version | ||
| Option | Default | Description | | ||
| ------------------- | ------------------ |-------------------------------------------------------------| | ||
| `apiEnvironment` | Required | Target environment for the client (Environment.PRODUCTION \ | Environment.SANDBOX)| `apiKey` | Required | Public or Private Api Key provided by Revolugo | | ||
| `apiVersion` | Required | Api version | | ||
## Usage ## | ||
@@ -39,0 +38,0 @@ |
1127640
75