Skip to content

Commit

Permalink
GITBOOK-986: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
venky-ganapathy authored and gitbook-bot committed Aug 8, 2024
1 parent aaad029 commit 8273216
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
* [Interfaces](g2p-bridge/development/design/interfaces.md)
* [Physical organization](g2p-bridge/development/design-specifications/physical-organization.md)
* [Example Bank](g2p-bridge/development/design-specifications/example-bank.md)
* [openg2p-g2p-bridge-example-bank-models](g2p-bridge/development/design-specifications/example-bank/openg2p-g2p-bridge-example-bank-models.md)
* [openg2p-g2p-bridge-example-bank-api](g2p-bridge/development/design-specifications/example-bank/openg2p-g2p-bridge-example-bank-api.md)
* [openg2p-g2p-bridge-example-bank-celery](g2p-bridge/development/design-specifications/example-bank/openg2p-g2p-bridge-example-bank-celery.md)
* [example-bank-models](g2p-bridge/development/design-specifications/example-bank/example-bank-models.md)
* [example-bank-api](g2p-bridge/development/design-specifications/example-bank/example-bank-api.md)
* [example-bank-celery](g2p-bridge/development/design-specifications/example-bank/example-bank-celery.md)
* [Tech Guides](g2p-bridge/tech-guides.md)
* [📔 User Guides](g2p-bridge/user-guides/README.md)
* [📔 Configure G2P Connect Payment Manager](g2p-bridge/user-guides/configure-g2p-connect-payment-manager.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
description: openg2p-g2p-bridge-example-bank-api
layout:
title:
visible: true
description:
visible: false
visible: true
tableOfContents:
visible: true
outline:
Expand All @@ -12,7 +13,7 @@ layout:
visible: true
---

# openg2p-g2p-bridge-example-bank-api
# example-bank-api

This a FastAPI based microservice and provides the following REST APIs

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
description: openg2p-g2p-bridge-example-bank-celery
layout:
title:
visible: true
description:
visible: false
visible: true
tableOfContents:
visible: true
outline:
Expand All @@ -12,5 +13,5 @@ layout:
visible: true
---

# openg2p-g2p-bridge-example-bank-celery
# example-bank-celery

Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
description: openg2p-g2p-bridge-example-bank-models
layout:
title:
visible: true
description:
visible: false
visible: true
tableOfContents:
visible: true
outline:
Expand All @@ -12,7 +13,7 @@ layout:
visible: true
---

# openg2p-g2p-bridge-example-bank-models
# example-bank-models

This is a library project - that contains all the sqlalchemy models and pydantic schemas - that are required to provide the required features of a Sponsor Bank.

Expand Down

0 comments on commit 8273216

Please sign in to comment.