Skip to content

hivesolutions/budy-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Budy API

Budy API Python client, to be used for simple synchronous integration.

Configuration

Name Type Default Description
BUDY_BASE_URL str http://localhost:8080/api/ The base URL that is going to be used for API connections.
BUDY_COUNTRY str US The country as an ISO 3166-1 to be used for API interactions.
BUDY_CURRENCY str USD The ISO 4217 code that describes the currency to be used for API interactions.
BUDY_USERNAME str None The username to be used for authentication.
BUDY_PASSWORD str None The password to be user for authentication.

License

Budy API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub Coverage Status PyPi Status License