Skip to content
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

Improved resource parsing #35

Merged
merged 8 commits into from
Jan 25, 2016
Merged

Improved resource parsing #35

merged 8 commits into from
Jan 25, 2016

Conversation

jkrumow
Copy link
Contributor

@jkrumow jkrumow commented Jan 24, 2016

Hello @joshdholtz ,

this pull request adds the following features and fixes:

Features

  • parse and set self link on resource
  • add convenience method - (void)addProperty:(NSString*)name withJsonName:(NSString *)json to class JSONAPIResourceDescriptor.

Bugfixes

  • fix code in method - (void)inflateWithResource:(NSObject <JSONAPIResource> *)resource on class JSONAPI, current implementation resulted in a crash
  • update specs and fixtures for fixes above

Best Regards,
tarbrain

@joshdholtz
Copy link
Owner

@tarbrain Thank you for the contribution 🙌 Going to merge this in This will be included in my v1.1.0 release that should hopefully be out tonight ❤️

joshdholtz pushed a commit that referenced this pull request Jan 25, 2016
Improved resource parsing
@joshdholtz joshdholtz merged commit 063535e into joshdholtz:master Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants