8000 GitHub - lordn-n/loyverse: Loyverse API wrapper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lordn-n/loyverse

 
 

Repository files navigation

Loyverse API wrapper

PyPi Latest Release PyPI - Status GitHub Release Date Documentation Status License GitHub All Releases

The loyverse package provides a wrapper around the Loyverse API (v1.0).

Currently the package implements the following endpoints:

  • Customers
  • Receipts

Getting started

Setup

Documentation

After cloning into the repository, the user can compile the documentation using the following terminal commands:

cd docs
make html

To view the documentation, open the following file.

Secrets

The API needs access to the following environment variables to work:

  • LOYVERSE_ACCESS_TOKEN: access token as defined on the Loyverse Website

These environment variables can be pre-defined in a an .env file that can be loaded using the python-dotenv package.

About

Loyverse API wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0