Skip to content

A REST API for the type objects of the EOxServer coverages

License

Notifications You must be signed in to change notification settings

EOxServer/type-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EOxServer type-api

A REST API for the type objects of the EOxServer coverages. This allows the modification of MaskTypes, BrowseTypes, CoverageTypes, ProductTypes, and CollectionTypes.

Usage

In order to activate the type-api configuration has to be added to some files in the Django project:

In settings.py:

INSTALLED_APPS = (
    ...

    'rest_framework',
)

In urls.py:

urlpatterns = [
    ...

    re_path(r'^api/', include("eoxs_type_api.urls")),
]

Now the API is mounted under the api/ endpoint.

About

A REST API for the type objects of the EOxServer coverages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages