Skip to main content

API client for uploading addons to the Edge store

Project description

Edge Addons API

CI

An API client for publishing addons to the Edge store.

Based on the PlasmHQ Edge Addons API.

Usage

Obtain the required options for your project. These can be obtained by following the Microsoft Edge Add-Ons API guide.

Once obtained you can submit you addon like below:

from edge_addons_api.client import Options, Client

options = Options(
    product_id="Your product ID",
    client_id="Your client ID",
    client_secret="Your client secret",
    access_token_url="Your access token URL"
)

client = Client(options)

# Upload extension
operation_id = client.submit(
    file_path="/path/to/extension.zip",
    notes="Your upload notes"
)

# Check publish status
client.fetch_publish_status(operation_id)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edge_addons_api-0.3.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

edge_addons_api-0.3.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page