vayu-ts 0.1.2 → 0.1.3
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 +24 -23
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -177,34 +177,35 @@ The Vayu API client library provides access to the following features:
|
|
|
177
177
|
- **Auth**
|
|
178
178
|
- `auth.login()`
|
|
179
179
|
- **Events**
|
|
180
|
-
- `events.
|
|
181
|
-
- `events.
|
|
182
|
-
- `events.
|
|
183
|
-
- `events.
|
|
184
|
-
- `events.
|
|
180
|
+
- `events.send()`
|
|
181
|
+
- `events.query()`
|
|
182
|
+
- `events.get()`
|
|
183
|
+
- `events.delete()`
|
|
184
|
+
- `events.dryRun()`
|
|
185
185
|
- **Customers**
|
|
186
|
-
- `customers.
|
|
187
|
-
- `customers.
|
|
188
|
-
- `customers.
|
|
189
|
-
- `customers.
|
|
190
|
-
- `customers.
|
|
186
|
+
- `customers.create()`
|
|
187
|
+
- `customers.update()`
|
|
188
|
+
- `customers.delete()`
|
|
189
|
+
- `customers.list()`
|
|
190
|
+
- `customers.get()`
|
|
191
|
+
- `customers.getByExternalId()`
|
|
191
192
|
- **Meters**
|
|
192
|
-
- `meters.
|
|
193
|
-
- `meters.
|
|
194
|
-
- `meters.
|
|
195
|
-
- `meters.
|
|
193
|
+
- `meters.get()`
|
|
194
|
+
- `meters.update()`
|
|
195
|
+
- `meters.delete()`
|
|
196
|
+
- `meters.list()`
|
|
196
197
|
- **Plans**
|
|
197
|
-
- `plans.
|
|
198
|
-
- `plans.
|
|
199
|
-
- `plans.
|
|
198
|
+
- `plans.get()`
|
|
199
|
+
- `plans.delete()`
|
|
200
|
+
- `plans.list()`
|
|
200
201
|
- **Contracts**
|
|
201
|
-
- `contracts.
|
|
202
|
-
- `contracts.
|
|
203
|
-
- `contracts.
|
|
204
|
-
- `contracts.
|
|
202
|
+
- `contracts.create()`
|
|
203
|
+
- `contracts.delete()`
|
|
204
|
+
- `contracts.list()`
|
|
205
|
+
- `contracts.get()`
|
|
205
206
|
- **Invoices**
|
|
206
|
-
- `invoices.
|
|
207
|
-
- `invoices.
|
|
207
|
+
- `invoices.get()`
|
|
208
|
+
- `invoices.list()`
|
|
208
209
|
|
|
209
210
|
## Support
|
|
210
211
|
|