-
Feature Request
-
Resolution: Done
-
Critical
-
1.0.0.M7
-
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}