add a couple post endpoints + /timelines/home
This commit is contained in:
parent
dd72a1f4c1
commit
9f052dc9ef
24 changed files with 462 additions and 32 deletions
|
@ -55,6 +55,9 @@ const (
|
|||
TokenScopeAccountsWrite TokenScope = "accounts.write"
|
||||
TokenScopeBlogsRead TokenScope = "blogs.read"
|
||||
TokenScopeBlogsWrite TokenScope = "blogs.write"
|
||||
TokenScopePostsRead TokenScope = "posts.read"
|
||||
TokenScopePostsWrite TokenScope = "posts.write"
|
||||
TokenScopeTimeline TokenScope = "timeline"
|
||||
)
|
||||
|
||||
func (s TokenScope) IsValid() bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue