Skip to content

API documentation? #80

Answered by cedricbonhomme
juju4 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

For the export, the URL is:
https://www.newspipe.org/articles/export

It is not part of the API. As you can see this is in the article Flask Blueprint (views/article.py).
From the Web interface, you can go in your personal "Your data" section (/user/management). There is a button for this feature.

For res3, it's normal you can not do a GET on /api/v2.0/article. You must specify an id.

But /api/v2.0/articles should work (res4), so I think there is an issue. I just tested.

Anyway, the API is not really used by the front-end (a little). I planed to re-implement it with Flask-RestX and make it more complete.
It is currently using flask_restful project which is not really well maintained…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cedricbonhomme
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants