Skip to main content

A port of mt-data-api-sdk-swift.

Project description

# mt-data-api-sdk-python

A port of mt-data-api-sdk-swift (https://github.com/movabletype/mt-data-api-sdk-swift).

# Install

$ pip install mt-data-api

# Usage

from mt_data_api import DataAPI


def success(args1, args2=None):
print(args1)
if args2:
print(args2)


def failure(error):
print(error)


client = DataAPI()
client.api_base_url = 'http://localhost:5000/mt-data-api.cgi'
client.endpoint_version = 'v2'

username = 'admin'
password = 'password'
client.authentication(username, password, remember=False,
success=success, failure=failure)

client.endpoints(success, failure)
client.list_sites(success=success, failure=failure)

site_id = 1
entry = {'title': 'test entry'}
client.create_entry(site_id, entry, success=success, failure=failure)

# License & Copyright

The MIT License (MIT)

Copyright (c) 2015 Six Apart, Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

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

mt-data-api-0.0.4.tar.gz (8.6 kB view details)

Uploaded Source

File details

Details for the file mt-data-api-0.0.4.tar.gz.

File metadata

  • Download URL: mt-data-api-0.0.4.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for mt-data-api-0.0.4.tar.gz
Algorithm Hash digest
SHA256 ee728ffa474766307c89b84d99692b3b2aec2ba3715533ebb65f375132cf79c2
MD5 73cb1c57c927cfcd8105af5ffdc00c4d
BLAKE2b-256 0432e131b8760dbf10ff7103dae1bac2235c63d5a30ea1a0fd6a655753c40314

See more details on using hashes here.

Provenance

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