1.0.0 • Published 5 years ago
adnan-notes v1.0.0
notes-mongodb-app
Input Functions
constructor()
Kind: global function
getAction() ⇒ string
Kind: global function
Returns: string - description
getPayload() ⇒ string
Kind: global function
Returns: string - description
isValid() ⇒ Boolean
Kind: global function
Returns: Boolean - description
Note Functions
create(record) ⇒ promise
Kind: global function
| Param | Type |
|---|---|
| record | object |
get(_id, category) ⇒ promise
Kind: global function
| Param | Type |
|---|---|
| _id | number |
| category | string |
update(_id, record) ⇒ promise
Kind: global function
Returns: promise - description
| Param | Type | Description |
|---|---|---|
| _id | number | description |
| record | object | description |
delete(_id) ⇒ promise
Kind: global function
Returns: promise - description
| Param | Type | Description |
|---|---|---|
| _id | number | description |
1.0.0
5 years ago