I am trying to use android publisher api using nodejs-client for server to server ( service account ) related communication, but couldn't find any sample for the same.
Is that is supported by google-api-nodejs-client?
At least some api docs or sample example would help a lot.
Greetings! What specifically are you trying to do with the android publisher API? As it would turn out, it does a lot :)
https://developers.google.com/android-publisher/api-ref/
We should support pretty much all of that via this npm module. If you can let me know what you need, I should be able to whip up a sample :)
I am trying to use it with google in app billing.
My use case is as follows -
I was able to do it by myself after looking through the code base. But I think there should be an example for the same.
Hi,
I want to use the service account json file for authentication which we receive from Google Play dev console. Then, call androidpublisher.purchases.get method through nodejs client library.
It would be great if there is a sample for the above task. Thanks!!
see an example here: https://stackoverflow.com/a/59713406/6277878
Greetings, we're closing this due to inactivity. Please let us know if the issue needs to be reopened.
Most helpful comment
I was able to do it by myself after looking through the code base. But I think there should be an example for the same.