| language: node_js | ||
| node_js: | ||
| - "7" | ||
| - "6" | ||
| - "5" | ||
| - "4" | ||
| - "iojs" |
+2
-2
| { | ||
| "name": "ionic-api", | ||
| "version": "0.9.0", | ||
| "version": "0.9.1", | ||
| "description": "API Client for Ionic Push Service", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| "test": "./node_modules/mocha/bin/mocha" | ||
| }, | ||
@@ -9,0 +9,0 @@ "license": "ISC", |
+16
-16
@@ -31,10 +31,10 @@ # IonicAPI Client | ||
| ``` | ||
| - #### list(options) | ||
| - #### create(token_id [, user_id]) | ||
| - #### retrieve(token_id) | ||
| - #### update(token_id[, valid]) | ||
| - #### delete(token_id) | ||
| - #### listAssociatedUsers(token_id) | ||
| - #### associateUser(token_id) | ||
| - #### dissociateUser(token_id, user_id) | ||
| - list(options) | ||
| - create(token_id [, user_id]) | ||
| - retrieve(token_id) | ||
| - update(token_id[, valid]) | ||
| - delete(token_id) | ||
| - listAssociatedUsers(token_id) | ||
| - associateUser(token_id) | ||
| - dissociateUser(token_id, user_id) | ||
@@ -45,4 +45,4 @@ ### Messages | ||
| ``` | ||
| - #### retrieve(message_id) | ||
| - #### delete(message_id) | ||
| - retrieve(message_id) | ||
| - delete(message_id) | ||
@@ -53,8 +53,8 @@ ### Notifications | ||
| ``` | ||
| - #### list(options) | ||
| - #### create(notification, target, profile) | ||
| - #### retrieve(notification_id [, fields=[]]) | ||
| - #### replace(notification_id, body) | ||
| - #### delete(notification_id) | ||
| - #### listMessages(notification_id, options) | ||
| - list(options) | ||
| - create(notification, target, profile) | ||
| - retrieve(notification_id [, fields=[]]) | ||
| - replace(notification_id, body) | ||
| - delete(notification_id) | ||
| - listMessages(notification_id, options) | ||
@@ -61,0 +61,0 @@ |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17
6.25%2
-33.33%18420
-0.12%