Skip to main content

Python SDK for Aplazame REST API

Project description

Aplazame Python Sdk

Build Status Wheel Drone Requirements Status Coveralls Code Climate

Aplazame

Aplazame, a consumer credit company, offers a payment system that can be used by online buyers to receive funding for their purchases.

Installation

To install aplazame-sdk, simply:

$ pip install aplazame-sdk

Usage

>>> import aplazame_sdk
>>> client = aplazame_sdk.Client('token', sandbox=True, version='1', ctype='json')
>>> r = client.orders(page=2)
>>> r.json()
{
  "cursor": {
    "after": 3,
    "before": 1
  },
  "paging": {
    "count": 314,
    "next": "https://api.aplazame.com/orders?page=3",
    "previous": "https://api.aplazame.com/orders?page=1"
  },
  "results": [
  ]
}
>>> r.status_code
200

Http

GET /orders HTTP/1.1
Accept: application/vnd.aplazame.sandbox.v1+json
Authorization: Bearer ->token<-
Host: api.aplazame.com

HTTP/1.1 200 OK
Content-Type: application/vnd.aplazame.sandbox.v1+json

Documentation

Documentation is available at docs.aplazame.com.

Change Log

0.2.2 (2015-09-15)

Full Changelog v0.2.2

  • Fix lists kwargs

  • Add /me and operations

  • ci pull request strategy

  • ci publish on pypi

  • ci package versioning

0.2.1 (2015-08-24)

Full Changelog v0.2.1

  • ci deploy master

  • Simulator request

  • Fix minor errors

0.2.0 (2015-07-20)

  • Makefile

  • ci with drone.io

  • Coverage 100%

  • Test and build requirements

  • Add badges

  • Get method params strategy

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

aplazame-sdk-0.2.2.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

aplazame_sdk-0.2.2-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 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