GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
0
イシュー
0
README
OData OpenAPI Bridge
This project provides a small FastAPI application that ingests OData $metadata definitions and exposes them as FastAPI endpoints. An Admin UI is available under /service to manage services.
Quick start
Install dependencies:
pip install -r requirements.txt
Run the tests:
pytest -q
Create a .env file in the project root with your SAP credentials:
SAP_USERNAME=<username>
SAP_PASSWORD=<password>
Start the app locally:
python main.py
Open http://localhost:8000/service to access the admin UI.
Use python admin/ingest_metadata.py --url <service-url> to ingest a service manually.