aplazame-sdk-小程序Python SDK-calvin Installation Usage Exceptions Http Documentation 0.2.6_ (2015-1...

aplazame-sdk-小程序Python SDK-calvin

發佈:2020-12-22 17:00:43.112329

做者:calvin

### 做者郵箱:dani@aplazame.com

### 首頁:https://github.com/aplazame/aplazame-sdk

### 文檔:None

### 下載連接 UNKNOWN

Aplazame Python Sdk

|Build Status| |Wheel| |Drone| |Requirements Status| |Coveralls| |Code Climate|python

|Aplazame|git

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

Installation

To install aplazame-sdk, simply:json

.. code:: sh小程序

$ pip install aplazame-sdk

Usage

.. code:: pythonapi

>>> 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

Exceptions

.. code:: pythonapp

>>> import aplazame_sdk
>>> client = aplazame_sdk.Client('token')
>>> try:
...     r = client.get_order('buh')
... except aplazame_sdk.AplazameError as err:
...     err.code
404

Http

.. code:: httpsvg

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_.ui

.. _Aplazame: https://aplazame.com .. _docs.aplazame.com: http://docs.aplazame.comspa

.. |Build Status| image:: https://img.shields.io/pypi/v/aplazame-sdk.svg :target: https://pypi.python.org/pypi/aplazame-sdk .. |Wheel| image:: https://img.shields.io/pypi/wheel/aplazame-sdk.svg :target: https://pypi.python.org/pypi/aplazame-sdk .. |Downloads| image:: https://img.shields.io/pypi/dm/aplazame-sdk.svg :target: https://pypi.python.org/pypi/aplazame-sdk .. |Requirements Status| image:: https://requires.io/github/aplazame/aplazame-sdk/requirements.svg?branch=master :target: https://requires.io/github/aplazame/aplazame-sdk/requirements/?branch=master .. |Drone| image:: http://drone.aplazame.com/api/badge/github.com/aplazame/aplazame-sdk/status.svg?branch=master :target: http://drone.aplazame.com/github.com/aplazame/aplazame-sdk .. |Coveralls| image:: https://coveralls.io/repos/aplazame/aplazame-sdk/badge.svg?branch=HEAD&service=github :target: https://coveralls.io/github/aplazame/aplazame-sdk?branch=HEAD .. |Code Climate| image:: https://codeclimate.com/github/aplazame/aplazame-sdk/badges/gpa.svg :target: https://codeclimate.com/github/aplazame/aplazame-sdk .. |Aplazame| image:: https://aplazame.com/static/img/banners/banner-728-white-python.png :target: https://aplazame.com

Change Log

0.2.6_ (2015-12-11)

Full Changelog v0.2.6_

  • Replace detail by get
  • Fix tests

0.2.5_ (2015-12-11)

Full Changelog v0.2.5_

  • Operations and payments summary
  • Tests

0.2.4_ (2015-12-05)

Full Changelog v0.2.4_

  • Instalment payments
  • Tests

0.2.3_ (2015-10-13)

Full Changelog v0.2.3_

  • Payments
  • Merchant requests
  • Tests

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

.. _0.2.0: https://github.com/aplazame/aplazame-sdk/tree/v0.2.0 .. _0.2.1: https://github.com/aplazame/aplazame-sdk/tree/v0.2.1 .. _0.2.2: https://github.com/aplazame/aplazame-sdk/tree/v0.2.2 .. _0.2.3: https://github.com/aplazame/aplazame-sdk/tree/v0.2.3 .. _0.2.4: https://github.com/aplazame/aplazame-sdk/tree/v0.2.4 .. _0.2.5: https://github.com/aplazame/aplazame-sdk/tree/v0.2.5 .. _0.2.6: https://github.com/aplazame/aplazame-sdk/tree/v0.2.6 .. _Full Changelog v0.2.1: https://github.com/aplazame/aplazame-sdk/compare/v0.2.0...v0.2.1 .. _Full Changelog v0.2.2: https://github.com/aplazame/aplazame-sdk/compare/v0.2.1...v0.2.2 .. _Full Changelog v0.2.3: https://github.com/aplazame/aplazame-sdk/compare/v0.2.2...v0.2.3 .. _Full Changelog v0.2.4: https://github.com/aplazame/aplazame-sdk/compare/v0.2.3...v0.2.4 .. _Full Changelog v0.2.5: https://github.com/aplazame/aplazame-sdk/compare/v0.2.4...v0.2.5 .. _Full Changelog v0.2.6: https://github.com/aplazame/aplazame-sdk/compare/v0.2.5...v0.2.6

Copy from pypi.org

查詢時間:16.307ms
渲染時間:16.444ms

本文同步分享在 博客「zhenruyan」(other)。
若有侵權,請聯繫 support@oschina.cn 刪除。
本文參與「OSC源創計劃」,歡迎正在閱讀的你也加入,一塊兒分享。

相關文章
相關標籤/搜索