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

[ListingService/Listing.swift] Convert Listing to parse JSON via codable #16

Closed
kgellci opened this issue Jan 4, 2019 · 0 comments
Closed
Labels
good first issue Good for newcomers
Projects

Comments

@kgellci
Copy link
Owner

kgellci commented Jan 4, 2019

We need to use CodingKeys for mapping the names because the reddit API is not using the best key names for their properties.

This is a decent tutorial:
https://medium.com/@sarunw/codable-in-swift-4-0-1a12e38599d8

@kgellci kgellci added the good first issue Good for newcomers label Jan 4, 2019
@kgellci kgellci added this to To do in Area51 Jan 4, 2019
@kgellci kgellci closed this as completed Jan 5, 2019
Area51 automation moved this from To do to Done Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Area51
  
Done
Development

No branches or pull requests

1 participant