Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ionic-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-api - npm Package Compare versions

Comparing version
0.9.0
to
0.9.1
+7
.travis.yml
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 @@