Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-9571

Create collections through web service

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • None
    • Web service
    • None

      How to create collections from application? Docs specify what I can put or delete entities from collections. I have to go on site to create collection and come back to application to put or delete entities from collections? This is very bad. it’s necessary simple post requst on web server with new collection info. For example:
      Digest autorization post request: musicbrainz.org/ws/2/collection
      Body:
      {
      "name":"top list"
      "type":"artist"
      "description":""
      "public":1
      }
      I can do post requset with form filds from application on https://musicbrainz.org/collection/create. But I will depend on site implementation and i can not use Digest authorization.

            Unassigned Unassigned
            algerd Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package