List notifications
This commit is contained in:
parent
921b6f5d95
commit
1b50309c09
5 changed files with 39 additions and 3 deletions
|
|
@ -90,7 +90,31 @@ print(postlist)
|
|||
## mute
|
||||
## notifcation
|
||||
### `listnotifications`
|
||||
```python
|
||||
API.run_job('notification.listnotifications')
|
||||
```
|
||||
### `markallasread`
|
||||
```python
|
||||
API.run_job('notification.markallasread')
|
||||
```
|
||||
## post
|
||||
### create
|
||||
```python
|
||||
API.run_job('post.create', {
|
||||
"postText": "This is a test post created via the API wrapper.",
|
||||
"parent": {
|
||||
"pk": "maintrunk#maintrunk",
|
||||
"sk": "maintrunk#maintrunk"
|
||||
}
|
||||
})
|
||||
```
|
||||
### get
|
||||
### listall
|
||||
### listbybranch
|
||||
### listbyuserprofile
|
||||
### listpublic
|
||||
### listremove
|
||||
### update
|
||||
## reaction
|
||||
## trust
|
||||
## userprofile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue