15 lines
542 B
Markdown
15 lines
542 B
Markdown
## Updating the API Client
|
||
|
||
|
||
* Clone influxdata/influxdb2-js repo, if you haven’t
|
||
* cd influxdata/influxdb2-js
|
||
* git pull on master
|
||
* git checkout -b “branch name”
|
||
* open the repo in vs code
|
||
* update the wrapper class with correct api call and return value
|
||
* run ‘npm run build && npm run lint’ in the influxdb2-js dir
|
||
* git add the changed files
|
||
* send a pr for the update to brandon?
|
||
* git pull master on influxdb repo
|
||
* update the package.json with correct version number
|
||
* restart npm |