Skip to content

Commit

Permalink
🔖 Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed May 28, 2024
1 parent 2f49557 commit 3175c3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Change history
0.1.0
=====

*tbd*
*May 28, 2024*

* Initial release.
2 changes: 1 addition & 1 deletion README.EN.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Version Release date API specification
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/src/referentielijsten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/src/referentielijsten/api/openapi.yaml>`_,
(`diff <https://github.com/maykinmedia/referentielijsten/compare/0.1.0..master#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
0.1.0 YYYY-MM-DD `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/0.1.0/src/referentielijsten/api/openapi.yaml>`_,
0.1.0 2024-05-28 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/0.1.0/src/referentielijsten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/0.1.0/src/referentielijsten/api/openapi.yaml>`_
============== ============== =============================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Versie Release datum API specificatie
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/src/referentielijsten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/src/referentielijsten/api/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/referentielijsten/compare/0.1.0..master#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
0.1.0 YYYY-MM-DD `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/1.0.0/src/referentielijsten/api/openapi.yaml>`_,
0.1.0 2024-05-28 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/0.1.0/src/referentielijsten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/referentielijsten/0.1.0/src/referentielijsten/api/openapi.yaml>`_
============== ============== =============================

Expand Down
7 changes: 4 additions & 3 deletions src/referentielijsten/api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
openapi: 3.0.3
info:
title: Referentielijsten API
version: 1.0.0
description: Een API om de informatie op te halen van stam tabellen
version: 0.1.0
description: Een API om referentielijsten te raadplegen en de waarden te gebruiken
in andere registraties.
contact:
url: https://github.com/maykinmedia/referentielijsten
license:
name: EUPL
url: https://github.com/maykinmedia/referentielijsten/blob/master/LICENSE.md
paths:
/api/v1/items:
/api/v1/item:
get:
operationId: getitems
description: De operatie waarmee alle items van een tabel wordt opgehaald.
Expand Down

0 comments on commit 3175c3f

Please sign in to comment.