Skip to content

Commit b5dbcfd

Browse files
committed
SDKs item in Glossary.scala
1 parent 6653063 commit b5dbcfd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

obp-api/src/main/scala/code/api/util/Glossary.scala

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5111,6 +5111,20 @@ object Glossary extends MdcLoggable {
51115111
|
51125112
""")
51135113

5114+
glossaryItems += GlossaryItem(
5115+
title = "SDKs",
5116+
description =
5117+
s"""
5118+
|# SDKs
5119+
|
5120+
|OBP SDKs (Software Development Kits) are client libraries that make it easier to interact with the OBP API from various programming languages.
5121+
|
5122+
|SDKs are available for multiple languages including Python, Java, Scala, PHP, C#, Javascript and more.
5123+
|
5124+
|For more information see [OBP SDKs on GitHub](https://github.com/OpenBankProject/OBP-SDKs).
5125+
|
5126+
""")
5127+
51145128
///////////////////////////////////////////////////////////////////
51155129
// NOTE! Some glossary items are generated in ExampleValue.scala
51165130
//////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)