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.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20f200b2afd7fbadc3095bc88387fe00195546512f6e7af279964358fc340ee4 |
|
MD5 | 1e8c8e9cd84170730c8d919e05863022 |
|
BLAKE2-256 | 18b4274058da334559eeb69de69d30625131e6667ee2bad22218cd4c5594c749 |