Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```