Added more FAQ items

This commit is contained in:
Simon Redfern 2018-05-16 13:16:22 +02:00
parent 1debfec9ed
commit 9875e71a37

13
FAQ.md
View File

@ -1,5 +1,18 @@
# FAQ
## How do I create new endpoints in OBP API?
See lazy val getCustomersForUser in /src/main/scala/code/api/v3_0_0/APIMethods300.scala as a code example
## How do I minimise merge conflicts in my fork?
Note: If you want to maintain a fork of OBP-API, we suggest you place your custom code in folders named "custom"
e.g. /src/main/scala/code/api/custom to reduce the possibility of merge conflicts
Please make sure you follow the terms of the AGPL or obtain a proprietary license from TESOBE or our partners.
## How do endpoints become available to the OBP API?
In summary, we: