Skip to content

v0.2.0 - New endpoints

Choose a tag to compare

@leganz leganz released this 29 Jul 21:02
· 40 commits to master since this release

Added

  • Added [GET] /browse to get all files available on the print server.
  • JWT: [GET] /browse requires "browse-read" as permission or a custom permission which can be addressed by setting the environment variable "PERMISSION_BROWSE_READ"

Fixed

  • Fixed http-protocol bug where links where always http.

Changed

  • JWT: [POST] /browse requires now the permission "browse-create" instead of "browse" or a custom permission which can be addressed by setting the environment variable "PERMISSION_BROWSE_CREATE"