Skip to content

API and admin interface to manage Objects of certain Objecttypes. An object can be anything whether its a monument, report, tree or a permit.

License

Notifications You must be signed in to change notification settings

dariomory/objects-api

This branch is 591 commits behind maykinmedia/objects-api:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

264034a Β· Jun 25, 2021
Jun 22, 2021
Jun 22, 2021
Apr 15, 2020
Apr 14, 2021
Jun 25, 2021
Apr 15, 2020
Jun 9, 2021
Jun 22, 2021
Apr 15, 2020
Jun 22, 2021
Apr 15, 2020
Apr 15, 2020
Dec 1, 2020
Apr 15, 2020
Apr 15, 2020
Feb 8, 2021
Jun 22, 2021
Aug 10, 2020
Oct 5, 2020
Jun 18, 2021
Oct 27, 2020
Aug 10, 2020
Jun 22, 2021
Jun 25, 2021
Nov 19, 2020
Oct 23, 2020
Oct 22, 2020
Apr 15, 2020
Apr 15, 2020
Apr 15, 2020
Jun 22, 2021
Jun 22, 2021
Jun 22, 2021
Apr 15, 2020
Apr 15, 2020

Repository files navigation

Objects API

Version: 1.1.1
Source:https://github.com/maykinmedia/objects-api
Keywords:objects, assets, zaakobjecten

Documentation Status

API to manage objects belonging to a certain object type. (Nederlandse versie)

Developed by Maykin Media B.V. commissioned by the Municipality of Utrecht.

Introduction

The Objects API aims to easily store various objects and make them available in standardized format. It can be used by any organization to manage relevant objects. An organization can also choose to use it to expose objects to the public as Open Data.

To define the format of objects, so called object types, organizations can use a national and/or local Objecttypes API.

API specification

Lint OAS Generate SDKs Generate Postman collection

Version Release date API specification
latest n/a ReDoc, Swagger, (diff)
1.1.1 2022-06-22 ReDoc, Swagger (diff)
1.1.0 2021-04-21 ReDoc, Swagger (diff)
1.0.0 2021-01-13 ReDoc, Swagger

Previous versions are supported for 6 month after the next version is released.

See: All versions and changes

Reference implementation

Build status Coverage Code style Docker image Supported Python version

The reference implementation is used to demonstrate the API in action and can be used for test and demo purposes. The reference implementation is open source, well tested and available as Docker image.

Quickstart

  1. Download and run the Objects API:

    $ wget https://raw.githubusercontent.com/maykinmedia/objects-api/master/docker-compose-quickstart.yml -O docker-compose-qs.yml
    $ docker-compose -f docker-compose-qs.yml up -d
    $ docker-compose exec web src/manage.py loaddata demodata
    $ docker-compose exec web src/manage.py createsuperuser
  2. In the browser, navigate to http://localhost:8000/ to access the admin and the API.

References

License

Copyright Β© Maykin Media, 2020 - 2021

Licensed under the EUPL

About

API and admin interface to manage Objects of certain Objecttypes. An object can be anything whether its a monument, report, tree or a permit.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.9%
  • HTML 4.7%
  • JavaScript 4.6%
  • SCSS 2.3%
  • Shell 1.2%
  • Dockerfile 0.6%
  • Other 0.7%