-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record/Node Serializer and Adapter #7
Comments
|
The |
|
|
These are for |
Changed |
…erializer and added more Unit Tests.
For |
…he relationship IDs resolve to records.
See http://stackoverflow.com/a/21626123 and http://stackoverflow.com/a/21659058 Working on a possible solution by bypassing AFNetworking and using lower level HTTP request APIs... Ugh. |
Yeah this isn't going to work at all. This simple code is failing there.. NSURL *getUrl = [NSURL URLWithString:urlWithParams];
NSLog(@"getURL: %@", getUrl); I officially am blocked by https://github.com/Streamlyne/api-server/issues/8#issuecomment-50222861 |
… to “fix” server to allow a valid URL. See Glavin001/streamlyne-api-server#8 (comment)
…hod works. Requires Streamlyne API Server commits: Glavin001/streamlyne-api-server@2a1e451 and Glavin001/streamlyne-api-server@3ec0de3
See #10. Implement Store’s findQuery function.
…esult in an error. This bug was causing FindQuery requests to fail, and load all of the records (act like a FindAll without a query).
…ting and saving AttributeDatum record works with latest API server. TODO: - serializeBelongsTo - serializeHasMany
…ating AttributeDatum with relationship to an existing Attribute.
Update the endpoints to conform to: https://github.com/Streamlyne/api-server/blob/4657365a2bed193b39a09e722d676297db449853/slapi/rest/api.py#L47-L58 |
Base off of http://emberjs.com/api/data/classes/DS.RESTSerializer.html
The text was updated successfully, but these errors were encountered: