special eureka (mangadex-desktop-api2)

Rust

What is this??

It's a ... um ... i don't know what to describe this but it's just a system to download and manage the offline data of the special-eureka app. \ It's built in Rust and use actix for the service

How it work??

It's basically a Actix server deployed locally in your device.

Setting dir

When you launch the app, it will verify if a "settings" dir is set, if not, it will generate the settings dir. Inside this directory, you will find normally those files:

  1. files-dirs.json: The app use this file for "managing your data". There are the keys inside:

  2. server-options.json: used to launch the actix server:

How to use it??

  1. Install Rust
  2. Clone this repository
  3. Run the app by typing in your terminal :

```

cargo run

```

Normally, the app should run on localhost:8145

API Endpoints

Actually, there are 32 endpoints in this app.\ I will detail them in a near future but there is a Postman collection where you can download and use