First release: v0.1 (beta)
Pre-release
Pre-release
·
22 commits
to master
since this release
This first release marks a working "base" API client that does ship with the following services and API methods:
elements
- addElementToList
- getElementsInList
- reorderKanban
- updateElementInList
entries
- getEntry
- getEntriesForListView
- getEntriesFromFilter
lists
- getList
- getListsWithoutWorkspaceAccess
workspaces
- getWorkspace
- getAllWorkspacesAndLists
Currently we are planning to implement most of the API endpoints via according service classes and methods, so there's a lot more to come (including breaking changes ;) ),