{"id":21470128,"url":"https://github.com/eoxserver/type-api","last_synced_at":"2026-05-21T07:43:12.592Z","repository":{"id":71196923,"uuid":"508312086","full_name":"EOxServer/type-api","owner":"EOxServer","description":"A REST API for the type objects of the EOxServer coverages","archived":false,"fork":false,"pushed_at":"2022-06-28T14:32:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T16:12:13.354Z","etag":null,"topics":["django","django-rest-framework","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EOxServer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-28T13:31:51.000Z","updated_at":"2022-12-28T11:46:53.000Z","dependencies_parsed_at":"2023-03-11T10:02:20.110Z","dependency_job_id":null,"html_url":"https://github.com/EOxServer/type-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Ftype-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Ftype-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Ftype-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Ftype-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EOxServer","download_url":"https://codeload.github.com/EOxServer/type-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243988956,"owners_count":20379649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-rest-framework","rest-api"],"created_at":"2024-11-23T09:23:40.241Z","updated_at":"2026-05-21T07:43:12.559Z","avatar_url":"https://github.com/EOxServer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EOxServer type-api\n\nA REST API for the type objects of the EOxServer coverages. This allows the modification of `MaskTypes`, `BrowseTypes`, `CoverageTypes`, `ProductTypes`, and `CollectionTypes`.\n\n## Usage\n\nIn order to activate the `type-api` configuration has to be added to some files in the Django project:\n\nIn `settings.py`:\n\n```python\nINSTALLED_APPS = (\n    ...\n\n    'rest_framework',\n)\n\n\n```\n\nIn `urls.py`:\n\n```python\n\nurlpatterns = [\n    ...\n\n    re_path(r'^api/', include(\"eoxs_type_api.urls\")),\n]\n\n```\n\nNow the API is mounted under the `api/` endpoint.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoxserver%2Ftype-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feoxserver%2Ftype-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoxserver%2Ftype-api/lists"}