Skip to content

Commit

Permalink
update packages and todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
klpprd committed Feb 5, 2020
1 parent c6087f3 commit 7ed0088
Show file tree
Hide file tree
Showing 80 changed files with 1,630 additions and 1,536 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,37 @@ The nextcloud node client can be used by node applications to extend the nextclo

## Quality
Tested with nextcloud 17.0.1, 18.0.0
100% codecoverage is aspired

## Todo list

### User management
User: get, create, update, delete, deactivate, set group
User group: get, create delete

### Streams
create file and get file using streams

### Eventing
create event objects
start observer
subscribe to events and register handler functions
telegram support

### Sharing
share with user, usergroup, email-address

### Access using tags
get files and folders by tag

### Refactoring
introduction of exception classes instead of error codes (breaking change)
move from codecov to coveralls

### Search
search for files api

- client in github actions https://xinthink.com/build-your-own-github-actions-f3454f22f202

## License
Apache
Loading

0 comments on commit 7ed0088

Please sign in to comment.