You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martin Caslavsky edited this page Jan 10, 2017
·
2 revisions
If you run into an GoodData REST API area which is not covered by the current GoodData Java SDK functionality, please let us know using the Issue Tracker, we will try to cooperate with you to fill the missing pieces.
However there may be a situation you need to extend GoodData Java SDK on your own.
How to extend GoodData Java SDK
Lets create a generic REST service able to perform an HTTP get request to GoodData REST API and return the response as a string.