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

maykinmedia/objects-api

Repository files navigation

Objects API

Version

2.3.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)

2.3.1

2024-03-22

ReDoc, Swagger (diff)

2.3.0

2024-03-15

ReDoc, Swagger (diff)

2.2.1

2024-01-30

ReDoc, Swagger (diff)

2.1.1

2022-06-24

ReDoc, Swagger (diff)

2.1.0

2022-05-17

ReDoc, Swagger (diff)

2.0.0

2021-09-22

ReDoc, Swagger (diff)

1.3.0

2021-01-12

ReDoc, Swagger (diff)

1.2.0

2021-09-22

ReDoc, Swagger (diff)

1.1.1

2021-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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks