add (unfinished, untested!) /api/v1/streaming endpoint
This commit is contained in:
parent
0a94e2bf93
commit
6f17b59a47
8 changed files with 291 additions and 0 deletions
|
@ -58,6 +58,7 @@ const (
|
|||
TokenScopePostsRead TokenScope = "posts.read"
|
||||
TokenScopePostsWrite TokenScope = "posts.write"
|
||||
TokenScopeTimeline TokenScope = "timeline"
|
||||
TokenScopeStreaming TokenScope = "streaming"
|
||||
)
|
||||
|
||||
func (s TokenScope) IsValid() bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue