Skip to content

Created Api Client

Rurick Maqueo Poisot requested to merge 15-fetch-comics/features into master

Closes #15 (closed)

This merge request updates the models with a fromDynamic and fromDynamicList builders

Also adds an ApiClient Class to consume the Komga REST API, right now it can do:

  • fetch Libraries and library by id
  • fetch Series and Serie by id
  • fetch Comis by Serie id
  • fetch Comic by id
  • Search Comics and Series

Merge request reports