Stargirl Flowers
Stargirl Flowers
The scope is `https://www.googleapis.com/auth/chromewebstore`.
Hmm, I don't see to be getting that error: ``` >>> from googleapiclient import discovery >>> discovery.build('chromewebstore', 'v1.1') ``` Can you verify which version of the library you're using? (Also,...
I'm unsure why mine would work and yours wouldn't, we're on the same version.
Very weird, can you confirm that you can access it via the [API Explorer](https://developers.google.com/apis-explorer/#search/chrome%20web%20store/chromewebstore/v1.1/)?
It seems that despite there being [public documentation](https://developer.chrome.com/webstore/using_webstore_api) on the webstore API, it doesn't seem to be publicly available. I'll try to investigate and see why that is.
Took me a while to find the right group of people. Reaching out now. Will update when I hear back.
Unfortunately it seems like my research didn't bear any fruit. It does not appear this API has an owner.
@kevart I don't use or maintain the API so I can't really say what the usage looks like. I'm sorry we couldn't help you. :(
I'd love guides along those two lines. On Wed, May 8, 2019, 10:27 AM Nick Coghlan wrote: > @theacodes Something that occurred to me > while talking to Brian about...
@reuven oof, I removed those. `extensions.rst` has indeed been renamed to `packaging-binary-extensions.rst`. I definitely think we could expand more on the API/ABI thing, perhaps by writing a new specification.