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

Create a first REST API For Multimap CRUD

    XMLWordPrintable

Details

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

    Description

      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}

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: