Changes:
- replaced sign in portion of the form's username and password input with user token input
- removed option to upload file via URL from demo scene to simplify user experience
Code improvements:
- add null checks for
galleryId
andcreationId
toCreatubblesApiClient :: CreateGallerySubmissionRequest()
Features:
- add support for setting authentication token directly on CreatubblesApiClient to use with externally obtained tokens
Bugfixes:
- add support for submitting creation to a gallery during upload
Bugfixes:
- fixed demo scene layout issues and improved general demo scene structure
Features:
- add support for username and password authentication
- add support for uploading creation
- add support for fetching public and private landing URLs