https://github.com/baloise/oim-api
https://github.com/baloise/oim-api
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baloise/oim-api
- Owner: baloise
- License: apache-2.0
- Created: 2021-05-27T14:55:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T14:07:56.000Z (over 4 years ago)
- Last Synced: 2025-02-22T21:27:01.465Z (over 1 year ago)
- Language: Python
- Size: 592 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# oim API
This repository contains multiple components including an example implementation of the oim API as a python webapp.
OIM stands for oneIT marketplace, where we use oneIT as "sum of IT departments across the Baloise Group" and marketplace for the idea of consuming and providing services in a automated, self-service manner.
It is work in progress and at this time not a full implementation.
## Components
* **apiserver** - Python webapp based on [OpenAPI](https://www.openapis.org), focusing on the [API-first](https://opensource.zalando.com/restful-api-guidelines/#api-first) and [12-factor app](https://12factor.net) principles.