feat: plane API gateway (#188)
* feat: create model for api token and endpoint for creating api tokens * feat: add list and delete endpoints for tokens
This commit is contained in:
parent
143ba75604
commit
f87a9e9d3a
8 changed files with 125 additions and 2 deletions
|
|
@ -38,3 +38,5 @@ from .shortcut import Shortcut
|
|||
from .view import View
|
||||
|
||||
from .module import Module, ModuleMember, ModuleIssue, ModuleLink
|
||||
|
||||
from .api_token import APIToken
|
||||
Loading…
Add table
Add a link
Reference in a new issue