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

Create a first REST API For Multimap CRUD

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 14.0.0.Final
    • 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
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: