mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
refactor/Glossary Item: Dynamic Message Doc
This commit is contained in:
parent
07917c5bdf
commit
1924db7308
14
docs/glossary/Dynamic_Resource_Doc.md
Normal file
14
docs/glossary/Dynamic_Resource_Doc.md
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
In OBP we largely define our endpoints using an internal case class or model called ResourceDoc
|
||||
|
||||
Using this endpoint, developers can create their own Resource Docs at run time thus creating fully featured
|
||||
Open Bank Project style endpoints dynamically.
|
||||
|
||||
In order to do this you need to prepare your desired Resource Doc as JSON.
|
||||
The business logic code can be written in the *method_body* field as encoded Scala code.
|
||||
|
||||
This feature is somewhat work in progress (WIP).
|
||||
|
||||
The following videos are available:
|
||||
* [Introduction to Dynamic Resource Docs] (https://vimeo.com/623381607)
|
||||
|
||||
@ -3064,28 +3064,6 @@ object Glossary extends MdcLoggable {
|
||||
|
|
||||
|""".stripMargin)
|
||||
|
||||
|
||||
|
||||
glossaryItems += GlossaryItem(
|
||||
title = "Dynamic Resource Doc",
|
||||
description =
|
||||
s"""
|
||||
| In OBP we largely define our endpoints using an internal case class or model called ResourceDoc
|
||||
|
|
||||
| Using this endpoint, developers can create their own Resource Docs at run time thus creating fully featured
|
||||
| Open Bank Project style endpoints dynamically.
|
||||
|
|
||||
|
|
||||
| In order to do this you need to prepare your desired Resource Doc as JSON.
|
||||
| The business logic code can be written in the *method_body* field as encoded Scala code.
|
||||
|
|
||||
| This feature is somewhat work in progress (WIP).
|
||||
|
|
||||
|The following videos are available:
|
||||
|* [Introduction to Dynamic Resource Docs] (https://vimeo.com/623381607)
|
||||
|
|
||||
|""".stripMargin)
|
||||
|
||||
glossaryItems += GlossaryItem(
|
||||
title = "Dynamic Message Doc",
|
||||
description =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user