Skip to content

Commit dd525f0

Browse files
committed
Initial commit
1 parent 41ed137 commit dd525f0

File tree

124 files changed

+7459
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+7459
-0
lines changed

.github/workflows/bundle_api.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
steps:
2+
- name: checkout spec
3+
uses: actions/checkout@v2
4+
- name: bundle spec
5+
uses: hilary/[email protected]
6+
with:
7+
base-spec: openapi.yaml
8+
bundled-spec: bundled/openapi.yml

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DigiVine - Datawarehouse - API Specification
2+
3+
In this repo the [OpenAPI](https://swagger.io/specification/) specification for the DigiVine data warehouse API is available.
4+
5+
With this specification you can easily write clients that can communicate with our data warehouse.
6+
7+
It is split into multiple components for better maintainability.
8+
As this is not supported by most systems, we also provide a bundled version in the `bundled` directory.

bundled/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)