small docs update
This commit is contained in:
13
README.md
13
README.md
@@ -4,6 +4,13 @@ This is a wrapper of [the roly-poly, not 100% ergonomic Freshbooks web API](http
|
|||||||
|
|
||||||
There are "band-aids" here to work around some of the API's shortcomings.
|
There are "band-aids" here to work around some of the API's shortcomings.
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install avt-fresh
|
||||||
|
```
|
||||||
|
See `Initializing` for additional setup.
|
||||||
|
|
||||||
# The Goodies
|
# The Goodies
|
||||||
|
|
||||||
## Invoices
|
## Invoices
|
||||||
@@ -45,12 +52,6 @@ Once more the `get...` functions return `NamedTuple` instances with some helpful
|
|||||||
|
|
||||||
Then, `update_contacts`, `delete_contact`, `add_contacts`, `get_freshbooks_client_from_client_id`, `get_freshbooks_client_from_email`, and `get_freshbooks_client_from_org_name`.
|
Then, `update_contacts`, `delete_contact`, `add_contacts`, `get_freshbooks_client_from_client_id`, `get_freshbooks_client_from_email`, and `get_freshbooks_client_from_org_name`.
|
||||||
|
|
||||||
# Install
|
|
||||||
|
|
||||||
```
|
|
||||||
pip install avt-fresh
|
|
||||||
```
|
|
||||||
|
|
||||||
# Prerequisites/Configuration
|
# Prerequisites/Configuration
|
||||||
Make yourself a nice little `.env` file in your home directory or wherever you're going to be calling this library's code. It needs to contain:
|
Make yourself a nice little `.env` file in your home directory or wherever you're going to be calling this library's code. It needs to contain:
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
description-file=README.md
|
description = A nice, ergonomic wrapper of the Freshbooks API.
|
||||||
license_files=LICENSE.txt
|
description-file = README.md
|
||||||
long_description=file: README.md
|
license_files = LICENSE.txt
|
||||||
long_description_content_type=text/markdown
|
long_description = file: README.md
|
||||||
|
long_description_content_type = text/markdown
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user