Skip to main content

HTTP Client for the MediaAmp/MPX API

Project description

This is a fairly low-level wrapper around the MediaAmp/MPX endpoints provided by theplatform.com. It primarily handles token authentication and provides HTTP methods with configurable default parameters (e.g. schema) for the service endpoints. Because of the multitude of available parameters available at each endpoint this package is intended to be used by your application to build your own abstractions on top of the request and response data. Currently it only supports the JSON (and cJSON) forms.

https://travis-ci.org/cordmata/mediaampy.svg?branch=master

Usage

To get started, supply your credentials: username, password, account id (This is a URL and can be found on the “About” screen in the MPX console). You can optionally supply an authentication token if you have one.

import mediaamp
session = mediaamp.Session(
    'example@example.com',
    'very_very_secret',
    'http://access.auth.theplatform.com/data/Account/{{YOURID}}',
    auth_token='YOUR_TOKEN',
)

Once initialized, you can obtain services by key lookup:

media_data = session['Media Data Service']

The endpoints on the service have get(), put(), post(), and delete() methods you can use depending on the actions you are taking.

media_item = media_data.Media.get('{{MEDIA_ID}}')
media_item['description']

You can specify your own defaults per-endpoint by calling the endpoint object.

media = media_data.Media(schema='1.8', form='cjson')

Installation

pip install mediaampy

Or you can clone the source and run:

make init

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

mediaampy-0.2.8.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mediaampy-0.2.8-py2.py3-none-any.whl (9.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mediaampy-0.2.8.tar.gz.

File metadata

  • Download URL: mediaampy-0.2.8.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mediaampy-0.2.8.tar.gz
Algorithm Hash digest
SHA256 2bcbe64469d63a8ffd12a44aecb96ed75ee718a1d64a6e4d1d17f28268ba429e
MD5 15d2392e78ad38e317ec05353285269f
BLAKE2b-256 c7d62036df4c6736661343d43aa54416889615d131cfbcf5a2fb98d794672815

See more details on using hashes here.

File details

Details for the file mediaampy-0.2.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mediaampy-0.2.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a832957dc95309607f581d39d3d4a8d4c492e0a2e55eac5d8a10742ba086a7d
MD5 f0571ebdb0ecffc191bf1748d4449050
BLAKE2b-256 c0852a50ec1d7cddc60c9e30743b781d9f5619886f5565fba06c500f1df05410

See more details on using hashes here.

Supported by

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