Demo Application
Learn to build a fully functional Django e-commerce application using the FreshBooks APIs.
We'll cover the following...
This lesson walks us through a Django e-commerce application that is integrated with FreshBooks APIs. The following endpoints integrate into the application workflow:
- Generate an invoice.
- Details of an invoice.
- Send an invoice by email.
- Add payment records.
- View all invoices.
In case we’re not authenticated, we can regenerate an access token by following ...