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

Wiki Documention Not Updated #26

Closed
Treverr opened this issue Jun 30, 2018 · 1 comment
Closed

Wiki Documention Not Updated #26

Treverr opened this issue Jun 30, 2018 · 1 comment

Comments

@Treverr
Copy link

Treverr commented Jun 30, 2018

Hello,

It looks like there is an issue with the Wiki Documentation, when I updated to the newest version I am getting errors with discoverMovies function, looks like things may have moved to a params argument rather than spelled out like they were. Not sure what the params are supposed to look like for your functions.

@gkye
Copy link
Owner

gkye commented Jun 30, 2018

Sorry about that @Treverr, I'll try my best to update the wiki soon. The MovieMDB.discoverMovies now takes an array of DiscoverParam to make it bit more readable and generic.
ie.

MovieMDB.discoverMovies(params: [.page(1), .language("en"), .vote_count_gte(10000)], completion: {
			api, movie in
})

More details here

@gkye gkye closed this as completed May 27, 2022
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

No branches or pull requests

2 participants