sendbird / sendbird-platform-sdk-java

Sendbird Platform SDK for Java
MIT License
8 stars 6 forks source link

Add "Managing session tokens" endpoints #10

Closed lucjross-favor closed 1 year ago

lucjross-favor commented 1 year ago

Hi, Sendbird team, I'm making use of these endpoints: https://sendbird.com/docs/chat/v3/platform-api/user/managing-session-tokens/issue-a-session-token

And this SDK doesn't have methods for them. For now I use some extension functions to make these HTTP calls. Incidentally I'm also trying to use the OpenAPI spec directly to create a Sendbird mock for automated testing purposes and would need these endpoints mocked as well.

Your help is much appreciated, thank you!