Comparing version 0.8.0 to 0.9.0
{ | ||
"name": "ynab", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "YNAB API Javascript (Node) Library", | ||
@@ -5,0 +5,0 @@ "author": "You Need a Budget, LLC", |
@@ -8,8 +8,8 @@ # YNAB API Javascript (Node) Library | ||
The YNAB API JavaScript library provides access to the YNAB API from | ||
applications written in Node.js / JavaScript. | ||
This is the JavaScript client for the YNAB API. | ||
Please read the [YNAB API documentation](https://api.youneedabudget.com) for an | ||
overview of using the API and a complete list of the available resources. | ||
Please read the [YNAB API documentation](https://api.youneedabudget.com) for an overview of using the API and a complete list of available resources. | ||
This client is generated using the [Swagger Code Generator](https://github.com/swagger-api/swagger-codegen). | ||
## Installation | ||
@@ -33,3 +33,3 @@ | ||
async function listBudgets(){ | ||
(async function() { | ||
const budgetsResponse = await ynab.budgets.getBudgets(); | ||
@@ -40,5 +40,3 @@ const budgets = budgetsResponse.data.budgets; | ||
} | ||
} | ||
listBudgets(); | ||
})(); | ||
``` | ||
@@ -45,0 +43,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193370
109