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

ios: read:id is broken

XMLWordPrintable

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

      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}
      

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

                Created:
                Updated:
                Resolved: