Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-14068

Create a first REST API For Multimap CRUD

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 14.0.0.CR1
    • Multimap, REST
    • None

      Implement the basic REST API for multimap

      1. Retrieves the values of a key in the multimap

      GET /rest/v2/multimaps/{multimapName}/{multimapKey}

      2. Adds a value on a multimap. The body contains the value

      POST /rest/v2/multimaps/{multimapName}/{multimapKey}

      3. Deletes a Key and Value of a multimap. The body contains the value

      DELETE /rest/v2/multimaps/{multimapName}/{multimapKey}

            karestig@redhat.com Katia Aresti
            karestig@redhat.com Katia Aresti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: