Releases: FlatIO/api-client-python
Releases Β· FlatIO/api-client-python
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.8.1
v0.8.0
v0.7.0
Client
- feat: Add/fix support for python for 3.6 & 3.7
API v2.7.0
- update(spec): specify
produces
andconsumes
on endpoints instead of globally - feat(scores): now support Guitar Pro (GP3, GP4, GP5, GPX, GP), PowerTab, TuxGuitar and MuseScore files in POST /scores
- feat(scores): add support for
filename
when importing scores - feat(collections):
parent
collection can now be a collection id when listing collections - feat(collections): includes parent collections when listing scores
- feat(collections): add
creationDate
property in collection details - feat(comments): add
staffUuid
for contextualized comments, which will completely replacestaffIdx
in the future - feat(rights): now return a
isCollaborator
boolean property with the Score or Collection rights - update(account): added new locales supported
v0.6.0
API v2.6.0
- feat(collections): Add new Collections API endpoints
POST /collections
: Create new collectionGET /collections
: List collectionsGET /collections/{collection}
: Get collection detailsPUT /collections/{collection}
: Update collection detailsDELETE /collections/{collection}
: Delete collectionPOST /collections/{collection}/untrash
: Untrash collectionGET /collections/{collection}/scores
: List scores contained in a collectionPUT /collections/{collection}/scores/{score}
: Add a score to a collectionDELETE /collections/{collection}/scores/{score}
: Remove a score from a collection
- feat(collections): Add new OAuth2 scopes for new features:
collections.readonly
: Allow read-only access to a user's collections.collections.add_scores
: Allow to add scores to a user's collections.collections
: Full, permissive scope to access all of a user's collections.
- feat(score): Added new method to untrash a score (
POST /v2/scores/{score}/untrash
) - feat(score):
DELETE /v2/scores/{score}
can now be used without admin rights. This new behavior will unshare the score from the current account. - feat(score):
POST /scores/{score}/fork
now accepts a collection identifier to copy a score to a specific collection. - feat(comments): Comments can now be filtered by type with the new query string
type
(document
orinline
). - update(openapi): Some schema definitions have been renamed, they are now used for Scores and Collections
ScoreRights
->ResourceRights
ScoreCollaborator
->ResourceCollaborator
ScoreCollaboratorCreation
->ResourceCollaboratorCreation
- existing score sharing key ->
ResourceSharingKey
- DEPRECATED:
GET /scores/{score}/revisions/{revision}/{format}
no longer support part indexes for single/set of parts exports, but our own part UUIDs. - DEPRECATED on 2019-01-01:
GET /users/{user}/scores
will no longer list private and shared scores, but only public scores of a Flat account.
API v2.5.0 to v2.5.2
- feat(scores): Add video & audio tracks support for scores:
/v2/scores/{score}/tracks
. - fix(user): Add missing escape in
pattern
(UserCreation.username
). - fix(score): missing ScoreRights.aclRead type
v0.5.0
- feat(scores): New metadata and update of
PUT /v2/scores/{score}
:- Added metadata in API
subtitle
,lyricist
,composer
,description
,tags
,creationType
,license
,licenseText
,durationTime
,numberMeasures
,mainTempoQpm
,publicationDate
. PUT /v2/scores/{score}
: Removetitle
property, this one can be updated by saving a new revision of the score data.PUT /v2/scores/{score}
: New settable properties:description
,tags
,creationType
,license
.
- Added metadata in API