diff --git a/docs/glossary/Dynamic_Resource_Doc.md b/docs/glossary/Dynamic_Resource_Doc.md new file mode 100644 index 000000000..e4cee481f --- /dev/null +++ b/docs/glossary/Dynamic_Resource_Doc.md @@ -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) + diff --git a/obp-api/src/main/scala/code/api/util/Glossary.scala b/obp-api/src/main/scala/code/api/util/Glossary.scala index 840a786f7..04c348419 100644 --- a/obp-api/src/main/scala/code/api/util/Glossary.scala +++ b/obp-api/src/main/scala/code/api/util/Glossary.scala @@ -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 =