apigee / openbank

An Open Banking Reference Implementation with Apigee

Home Page:https://apigee.github.io/openbank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apigee Banking

User Guide

Docs

Read the User Guide

Previous Versions

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

  • Mocks generated from Official Open Banking OpenAPI Specifications, using Hosted Targets
  • Smaller code base, reducing maintenance cost with new OBIE versions
  • Drupal 8 Kickstarter Portal
  • Shared flows that you can add to your own implementations
  • Improved documentation with CodeLabs

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.

About

An Open Banking Reference Implementation with Apigee

https://apigee.github.io/openbank

License:Apache License 2.0


Languages

Language:JavaScript 43.4%Language:HTML 37.0%Language:Gherkin 15.3%Language:CSS 4.2%