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

Feeds without label #34

Open
Sergio-Muriel opened this issue Feb 24, 2015 · 8 comments
Open

Feeds without label #34

Sergio-Muriel opened this issue Feb 24, 2015 · 8 comments

Comments

@Sergio-Muriel
Copy link
Contributor

In the webpage, we can find a "label" that is auto created when a feed without a label is present.

How can we fetch feeds with no categories like in the webpage?
I didn't find the information on the documentation.

Thank you,
Sergio

@krasnoukhov
Copy link
Contributor

I believe this is the ones without categories.

@Sergio-Muriel
Copy link
Contributor Author

Yes i mean categories.

@krasnoukhov
Copy link
Contributor

So, um, top-level subscription would have no categories. Like this one:

{"id":"feed/54edd5e4c70bc2888c000222","title":"Recent Commits to api:master","categories":[],"sortid":"54edd5e4c70bc2888c000222","firstitemmsec":"1424872932000","url":"https://github.com/theoldreader/api/commits/master.atom","htmlUrl":"https://github.com/theoldreader/api/commits/master","iconUrl":"//s.theoldreader.com/system/uploads/feed/picture/3483/1538/f214/fc2a/5546/icon_1316.ico"}

@Sergio-Muriel
Copy link
Contributor Author

Yeah, fetching 1 feed without category will get that result.
The question was about getting all unread feeds that have no categories, like done in the webpage.

For exemple the items from the category Download:
https://theoldreader.com/reader/api/0/stream/items/ids?output=json&s=user/-/label/Download

The question was about fetching the items without category, with something like:
https://theoldreader.com/reader/api/0/stream/items/ids?output=json&s=user/-/label/???

@krasnoukhov
Copy link
Contributor

Well, I think this is impossible with API at the moment 😢

@jfiorato
Copy link
Contributor

Maybe we should leave this open and mark it as an enhancement. Seems like a reasonable thing for the API to have in it. What do you think?

@Sergio-Muriel
Copy link
Contributor Author

Absolutely yes 👍

@krasnoukhov
Copy link
Contributor

Might make sense for those who want to build UI similar to TOR web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants