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

Category Projects #3

Closed
Gazler opened this issue Apr 2, 2013 · 4 comments
Closed

Category Projects #3

Gazler opened this issue Apr 2, 2013 · 4 comments

Comments

@Gazler
Copy link

Gazler commented Apr 2, 2013

I managed to locate the following API call through trial and error:

https://api.kickstarter.com/v1/categories/26/projects/popular?oauth_token=

This lead to:
https://api.kickstarter.com/v1/categories/26/projects/recommended?oauth_token=
https://api.kickstarter.com/v1/categories/26/projects/ending_soon?oauth_token=
https://api.kickstarter.com/v1/categories/26/projects/recently_launched?oauth_token=

I hope these are of some use to you. If I get a chance I'll submit a pull request.

@jamlen
Copy link
Collaborator

jamlen commented Jun 12, 2013

Take a look at my pull request #7
Does that look like what you want?

@benrugg
Copy link
Collaborator

benrugg commented Jun 13, 2013

Yeah, I think what you added in ba37153 mostly covers this.

It is interesting to see that you could directly query kickstarter for something like "ending soon" on just a specific category. We don't have that functionality yet, but we could add that...

@jamlen
Copy link
Collaborator

jamlen commented Jun 13, 2013

…or "recently launched" for a specific category, which is one of the things I'm interested in!

@jamlen
Copy link
Collaborator

jamlen commented Jul 22, 2013

Closing this as I'm sure this is covered and no update from OP.

@jamlen jamlen closed this as completed Jul 22, 2013
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

3 participants