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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
More generic - change the method protected <TResponse> TResponse doRequest(final Type responseType, final String endpoint, final String method) to public. This would also require adding method AIConfig.getServiceUrl() as it is currently missing.
Is there a chance to have one of them approved? I can provide a pull request for option 2.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wanted to read developer entities without reimplementing everything from scratch and I see there are two ways to do it now:
protected <TResponse> TResponse doRequest(final Type responseType, final String endpoint, final String method)
to public. This would also require adding method AIConfig.getServiceUrl() as it is currently missing.Is there a chance to have one of them approved? I can provide a pull request for option 2.
The text was updated successfully, but these errors were encountered: