File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This is a simple python wrapper around the OneSky API for managing
44translations. For the full documentation on the OneSky REST API, see
55https://github.com/onesky/api-documentation-platform .
66
7+ It's still pretty early/rough, so please let me know if you have any
8+ problems or suggestions! I'm not sure I'm crazy about the methods
9+ returning (http status, dictionary) pairs, so I'm particularly open to
10+ suggestions there. Perhaps throwing an exception for a bad http status?
11+
712## Installation
813```
914$ python setup.py install
@@ -113,6 +118,6 @@ onesky>
113118To run the unit tests, you'll need the ` nose ` and ` mock ` libraries installed:
114119```
115120$ pip install mock nose
116- $ cd /path/to/python- onesky
121+ $ cd /path/to/onesky-python
117122$ nosetests
118123```
You can’t perform that action at this time.
0 commit comments