Skip to content

Latest commit

 

History

History
113 lines (83 loc) · 3.83 KB

File metadata and controls

113 lines (83 loc) · 3.83 KB

API / URL Reference

42 endpoints across 8 URL modules.

pptx_hub

app_name: pptx_hub

Source: /home/devuser/github/platform/concepts/pptx-hub/src/pptx_hub/django/urls.py

Route View Name
`` include()

config

Source: /home/devuser/github/platform/governance-deploy/config/urls.py

Route View Name
health/ health_check health-check
admin/ urls
`` include()

governance

app_name: governance

Source: /home/devuser/github/platform/governance-deploy/governance/urls.py

Route View Name
`` as_view() dashboard
business-cases/ as_view() bc-list
business-cases/create/ as_view() bc-create
business-cases/<str:code>/ as_view() bc-detail
use-cases/ as_view() uc-list
use-cases/<str:code>/ as_view() uc-detail
partials/bc-list/ views.bc_list_partial bc-list-partial
partials/bc-stats/ views.bc_stats_partial bc-stats-partial
partials/bc/<str:code>/status/ views.bc_status_partial bc-status-partial

django_module_shop

Source: /home/devuser/github/platform/packages/django-module-shop/django_module_shop/urls.py

Route View Name
`` ModuleCatalogueView module-catalogue
toggle/ ModuleToggleView module-toggle

tests

Source: /home/devuser/github/platform/packages/django-tenancy/tests/urls.py

Route View Name
livez/ liveness health-liveness
healthz/ readiness health-readiness
health/ readiness health-compat

doc_templates

app_name: doc_templates

Source: /home/devuser/github/platform/packages/doc-templates/doc_templates/urls.py

Route View Name
`` views.template_list template-list
create/ views.template_create template-create
upload/ views.template_upload template-upload
<int:pk>/edit/ views.template_edit template-edit
<int:pk>/delete/ views.template_delete template-delete
<int:template_pk>/instance/create/ views.instance_create instance-create
instance/<int:pk>/edit/ views.instance_edit instance-edit
instance/<int:pk>/delete/ views.instance_delete instance-delete
instance/<int:pk>/prefill/ views.instance_llm_prefill instance-prefill
instance/<int:pk>/bulk-prefill/ views.instance_bulk_prefill instance-bulk-prefill
instance/<int:pk>/pdf/ views.instance_pdf_export instance-pdf

health

Source: /home/devuser/github/platform/packages/iil-django-commons/src/iil_commons/health/urls.py

Route View Name
livez/ liveness iil_livez
healthz/ readiness iil_healthz
readyz/ readiness iil_readyz
health/ readiness iil_health_compat

sphinx_export

app_name: sphinx_export

Source: /home/devuser/github/platform/packages/sphinx-export/urls.py

Route View Name
`` views.dashboard dashboard
export/ views.export_project export
download/ views.download_export download
download/file/ views.download_file download_file
sync/ views.run_sync sync
sync/report/ views.sync_report sync_report
api/documents/ views.list_documents api_documents
api/validate/ views.validate_project api_validate
api/sync-status/ views.sync_status api_sync_status