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

sjoerdie/objects-api

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1a0036 Β· Jul 29, 2024
Jul 1, 2024
Jul 26, 2024
Jan 18, 2024
Oct 4, 2021
Jul 5, 2024
Apr 15, 2020
Jul 1, 2024
Jul 26, 2024
Aug 6, 2021
Jul 5, 2024
Apr 15, 2020
Apr 15, 2020
Jan 17, 2024
Jul 13, 2021
Apr 15, 2020
Jan 18, 2024
Dec 6, 2021
Jul 5, 2024
Aug 10, 2020
Aug 15, 2022
Jul 26, 2024
Jun 21, 2024
Aug 10, 2020
Jul 5, 2024
Jul 5, 2024
Apr 5, 2024
Nov 19, 2020
Jul 29, 2024
Apr 15, 2020
Apr 15, 2020
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jan 17, 2024
Jan 18, 2024

Repository files navigation

Objects API

Version: 2.4.0
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.4.0 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.yml
    docker compose up -d --no-build
    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

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • HTML 4.3%
  • JavaScript 3.0%
  • SCSS 2.5%
  • Shell 1.1%
  • Dockerfile 0.5%
  • Other 0.4%