ShopAnt SDK
Project description
ShopAnt SDK for Python
Install
pip install shopant-sdk
Server Integration
from flask import Flask, request, jsonify from shopan_sdk import ShopAntServer server = ShopAntServer(PRODUCT_ID, PRODUCT_SECRET) app = Flask(__name__) @app.route('/api/v1/shopant/integration', methods=['POST']) def shopant_integration(): return jsonify(server.inetgration(request.json()))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for shopant_sdk-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a815f4269cd92cce861ade9458162cabf68663f6f1512e37a6a77b626091bb5e |
|
MD5 | 9f9c12ba84c29db7f9d3a5788d080234 |
|
BLAKE2-256 | 4f11ed86f0245d86f25265b61406663fa1879e6e10abef332d203e63459c995e |