apigee / openbank

An Open Banking Reference Implementation with Apigee
https://apigee.github.io/openbank
Apache License 2.0
130 stars 91 forks source link

Apigee Banking

User Guide

Docs

Read the User Guide

Previous Versions

This is a refactored version of the Apigee Reference Implementation. Improvements include:

To access the previous version, see here

User Guide Development

All documentation should be managed in the docs-src folder. Codelabs is used to generate the User Guide and plantuml for sequence diagrams. Install them as below.

# Install claat
go get github.com/googlecodelabs/tools/claat

# Install plantuml
apt-get install -y plantuml

# Alternatively, you can download the plantuml jar file

You can then use the following commands to generate and serve the docs locally.

npm run generateDocs
npm run serveDocs

Disclaimer

This is not an officially supported Google Product.