Quantcast
Channel: Flexget REST API
Viewing all articles
Browse latest Browse all 42

Flexget REST API (current version: 0.4.0-beta)

$
0
0

@liiight wrote:

Latest changes:

0.4.0-beta:

  • Added TVMaze lookup endpoints
  • Added ability to embed lookup in /series/ GET method
  • Added in_task attribute to shows from /series/
  • Added episode pagination for /series/:id/episodes/ endpoint
  • Enforced max return value on several endpoints
  • Other tweaks

0.3.2-beta:

  • Greatly improve performace for Seen and Series endpoints

0.3.1-beta:

  • Added ability to reset series downloaded release status, making the quality available again..

Description

We're happy to announce that we developed a flexget REST API, which will allow many operations on your data.
The API is still in early stages and not yet finalized, but fully working never the less.

To access it follow the instruction here. We're using flask-restplus which utilizes Swagger UI. Its documentation is part of that page as well.

A few notes:

  • The API allows operating on your data on a large scale. You CAN delete, add and change your data on a scale which is not possible today. If you want to mess around with the API without the fear of damaging your data, consider running in test mode or copying your config and db files into a different name.
  • That being said, there is no problem with using the API on your main DB if you watch what you do. I Personally use it for quite a while now without any issues on my main DB.
  • We are also working on building a Web-UI using the API. If you want to join on the development of that, you're more than welcome.

Any comments, question, remarks, requests and whatever are more than welcome.

Read full topic


Viewing all articles
Browse latest Browse all 42

Trending Articles