Skip to content

v0.0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 17:07
· 12 commits to main since this release

v0.0.17

Additions

Pull Request #7

  • Get the initial command documentation in place --help

Pull Request #6

  • Added get username

Pull Request #5

  • get folder - get an individual folder
  • add folder - create a new folder
    NOTE (BUG): When I used the POST to add a folder, ALL folder/items disappeared from the local copy. So calls to get folders and get items returned only the last created folder, and [ ] no items. Which is of course concerning. A POST to /sync refreshed the local copy, which included all the items AND the newly created folder.

Pull Request #4

  • Added get folders support