finos / symphony-bdk-java

The Symphony BDK (Bot Developer Kit) for Java helps you to create production-grade Chat Bots and Extension Applications on top of the Symphony REST APIs.
https://symphony-bdk-java.finos.org
Apache License 2.0
23 stars 68 forks source link

Added missing OBO services #667

Closed symphony-soufiane closed 2 years ago

symphony-soufiane commented 2 years ago

Description

Based on https://developers.symphony.com/restapi/reference/obo-enabled-endpoints, Some apis that are OBO enabled were missing in OboServices interfaces. We added them in this PR. Fixed some warnings as well.

Checklist