meli-manager
meli-manager copied to clipboard
Node.js + MercadoLibre API + Google Spreadsheets API = π
## The dependency [bluebird](https://github.com/petkaantonov/bluebird) was updated from `3.5.5` to `3.6.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The dependency [request-promise](https://github.com/request/request-promise) was updated from `4.2.4` to `4.2.5`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The dependency [dotenv](https://github.com/motdotla/dotenv) was updated from `8.0.0` to `8.1.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The devDependency [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) was updated from `4.0.1` to `4.1.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
API docs are not 100% complete, ie. response info is missing. Some guidelines: https://gist.github.com/iros/3426278 https://bocoup.com/blog/documenting-your-api
Right now, the entire row is being written in the spreadsheet. If it's a Save operation, it will append the row in the end of the sheet document. If it's...
When a MeLi account _authorization_ (not to be confused with the `access_token`) expires, we currently have no way of noticing it. A solution could be: 1. handle MeLi API response...
This package name does not describe at all what it actually does, re-think it! _Originally posted by @fmiras in https://github.com/tmilar/meli-manager/pull/40/files/ded8c9013e1ce09734cd0ddac85d435d5e7060fa_
Related: https://github.com/zeit/micro/pull/345 _Originally posted by @fmiras in https://github.com/tmilar/meli-manager/pull/40/files_
Implement a REST API for user sheets. Stop referencing sheets in app configuration env variables. Also, 'active' sheets should be re-assignable.