Skip to content

Commit

Permalink
Merge pull request #1 from voucherifyio/feature/sdk-basic-implementation
Browse files Browse the repository at this point in the history
Added REST API methods, Exception Handling, Readme, Mock of Utils
  • Loading branch information
tpindel committed Jun 7, 2016
2 parents 0e530bc + 296ce80 commit 7c57404
Show file tree
Hide file tree
Showing 10 changed files with 1,104 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ target/

#Ipython Notebook
.ipynb_checkpoints

# Jetbrains work directory
.idea
7 changes: 7 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# file GENERATED by distutils, do NOT edit
setup.py
voucherify/__init__.py
voucherify/client.py
voucherify/utils.py
include LICENSE
include README.md
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
init:
pip install -r requirements.txt

Loading

0 comments on commit 7c57404

Please sign in to comment.