Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/openlca-apidoc
Generated Java and gRPC API documentation of the openLCA backend
https://github.com/greendelta/openlca-apidoc
apidoc life-cycle-assessment openlca
Last synced: 25 days ago
JSON representation
Generated Java and gRPC API documentation of the openLCA backend
- Host: GitHub
- URL: https://github.com/greendelta/openlca-apidoc
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2021-04-23T16:13:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:42:02.000Z (about 1 month ago)
- Last Synced: 2024-12-11T10:33:34.342Z (about 1 month ago)
- Topics: apidoc, life-cycle-assessment, openlca
- Language: TypeScript
- Homepage: https://greendelta.github.io/openLCA-ApiDoc/
- Size: 5.76 MB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openLCA-ApiDoc
This repository contains the source of the API documentation of the IPC interface of openLCA. You can read the documentation here:
[https://greendelta.github.io/openLCA-ApiDoc](https://greendelta.github.io/openLCA-ApiDoc)
The documentation is generated using [mdbook](https://github.com/rust-lang/mdBook), you can build it with this command when you have `mdbook` installed:
```bash
cd openLCA-ApiDoc
mdbook build
```