Skip to content

Commit

Permalink
updated README with SetProfileAttrs call
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Feb 14, 2017
1 parent a0d8ccf commit 601f1a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ SetBitmapAttrs(id=10, frame="foo", category=123, color="blue", happy=true)
```
Returns `{"results":[null]}`

---
### SetProfileAttrs()
---
SetProfileAttrs(id=10, category=123, color="blue", happy=true)
```
Returns `{"results":[null]}`
---
#### Bitmap()
```
Expand Down

0 comments on commit 601f1a2

Please sign in to comment.