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
Hi ChannelApe,
Is there any documentation for this SDK?. and one more thing this SDK is only for the API call or it covers the Outh flow to get the offline/online access token.?
The text was updated successfully, but these errors were encountered:
Unfortunately the only docs currently out there is the readme in the repo. We are always open to pull requests to add some better docuemntation. We have added public methods in the ShopifySdk.java file so you should be able to go through the public methods there to see what is possible.
As far as oauth goes, you can have the sdk generate an access token to use if you provide the authorization code and clientId and client secret to the builder method.
Hi ChannelApe,
Is there any documentation for this SDK?. and one more thing this SDK is only for the API call or it covers the Outh flow to get the offline/online access token.?
The text was updated successfully, but these errors were encountered: