Skip to content

First release: v0.1 (beta)

Pre-release
Pre-release

Choose a tag to compare

@leonardfischer leonardfischer released this 18 Dec 10:39
· 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 ;) ),