MCPcopy Index your code
hub / github.com/WebODM/WebODM / get

Method get

coreplugins/dronedb/api_views.py:156–160  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

154
155class InfoTaskView(TaskView):
156 def get(self, request):
157
158 registry_url, username, _, _ = get_settings(request)
159
160 return Response({ 'hubUrl': registry_url, 'username': username }, status=status.HTTP_200_OK)
161
162
163class ImportDatasetTaskView(TaskView):

Callers 9

get_datasetsMethod · 0.45
postMethod · 0.45
postMethod · 0.45
postMethod · 0.45
download_fileFunction · 0.45
import_filesFunction · 0.45
postMethod · 0.45
SelectUrlDialogClass · 0.45
ShareDialogClass · 0.45

Calls 1

get_settingsFunction · 0.85

Tested by

no test coverage detected