EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
harvester
Commits
51425b69
Commit
51425b69
authored
Dec 07, 2021
by
Fabian Schindler
Browse files
Fixing path of ABC
parent
6f2e908d
Pipeline
#19431
failed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
harvester/endpoint/__init__.py
View file @
51425b69
from
typing
import
Optional
from
typing
import
Optional
from
..abc
import
Endpoint
from
.oads
import
OADSEndpoint
from
.oads
import
OADSEndpoint
from
.ogcapi
import
OGCAPIEndpoint
from
.ogcapi
import
OGCAPIEndpoint
from
.opensearch
import
OpenSearchEndpoint
from
.opensearch
import
OpenSearchEndpoint
from
.stacapi
import
STACAPIEndpoint
from
.stacapi
import
STACAPIEndpoint
from
._endpoint
import
Endpoint
ENDPOINT_MAP
=
{
ENDPOINT_MAP
=
{
"OADS"
:
OADSEndpoint
,
"OADS"
:
OADSEndpoint
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment