Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-855

ios: read:id is broken

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Critical
    • 1.0.0.M8
    • 1.0.0.M7
    • ios
    • None

    Description

      The implementation for the following method is broken:

      -(void) read:(id)value
           success:(void (^)(id responseObject))success
           failure:(void (^)(NSError *error))failure;
      

      It just appends the ID as a query arg... but it should get an URL like:

      https://BASE_URL/pipename/{recordID}
      

      Attachments

        Activity

          People

            mwessend@redhat.com Matthias Wessendorf
            mwessend@redhat.com Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: