feat: page labels and favorites (#487)
* dev: initiate page labels * dev: page labels * dev: my pages endpoint
This commit is contained in:
parent
cd26b2e096
commit
4e3c9397ea
6 changed files with 139 additions and 19 deletions
|
|
@ -108,7 +108,13 @@ from .importer import (
|
|||
ImportServiceEndpoint,
|
||||
UpdateServiceImportStatusEndpoint,
|
||||
BulkImportIssuesEndpoint,
|
||||
BulkImportModulesEndpoint
|
||||
BulkImportModulesEndpoint,
|
||||
)
|
||||
|
||||
from .page import PageViewSet, PageBlockViewSet, PageFavoriteViewSet, CreateIssueFromPageBlockEndpoint
|
||||
from .page import (
|
||||
PageViewSet,
|
||||
PageBlockViewSet,
|
||||
PageFavoriteViewSet,
|
||||
CreateIssueFromPageBlockEndpoint,
|
||||
MyPagesEndpoint,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue