@bliptarjs/sdk 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,6 @@ import { createBliptar } from '@bliptarjs/sdk';
|
|
|
52
52
|
|
|
53
53
|
const bliptar = createBliptar({
|
|
54
54
|
apiKey: 'your-api-key',
|
|
55
|
-
apiUrl: 'https://api.bliptar.com', // optional
|
|
56
55
|
debug: false, // optional
|
|
57
56
|
userId: 'user-123', // optional
|
|
58
57
|
userAttributes: { plan: 'pro' }, // optional
|
|
@@ -68,7 +67,6 @@ const bliptar = createBliptar({
|
|
|
68
67
|
| Option | Type | Default | Description |
|
|
69
68
|
|--------|------|---------|-------------|
|
|
70
69
|
| `apiKey` | `string` | **required** | Your Bliptar API key |
|
|
71
|
-
| `apiUrl` | `string` | `https://api.bliptar.com` | API endpoint URL |
|
|
72
70
|
| `debug` | `boolean` | `false` | Enable console logging for debugging |
|
|
73
71
|
| `userId` | `string` | - | Pre-set user ID for attribution |
|
|
74
72
|
| `userAttributes` | `object` | - | Pre-set user attributes for targeting |
|