Lightweight implementation of the Gpodder API
 
 
Go to file
Jef Roosens f16cdfdfff
docs: updated readme and added changelog
2025-03-08 20:49:53 +01:00
bruno feat: implemented episode actions GET route 2025-03-04 16:44:30 +01:00
migrations/2025-02-23-095541_initial feat: implemented episode actions GET route 2025-03-04 16:44:30 +01:00
src feat: add debug query logging 2025-03-06 23:13:06 +01:00
.env feat: started db cli tool; switched to i64 ids 2025-02-23 17:07:54 +01:00
.gitignore feat: implement simple api subscription routes 2025-02-24 16:00:49 +01:00
CHANGELOG.md docs: updated readme and added changelog 2025-03-08 20:49:53 +01:00
Cargo.lock feat: improve authentication flow 2025-03-04 20:04:44 +01:00
Cargo.toml feat: improve authentication flow 2025-03-04 20:04:44 +01:00
README.md docs: updated readme and added changelog 2025-03-08 20:49:53 +01:00
diesel.toml feat: started db cli tool; switched to i64 ids 2025-02-23 17:07:54 +01:00

README.md

Otter

Otter is a modern implementation of the Gpodder server API. Its primary goal is to be used as a self-hostable drop-in replacement for Gpodder, suitable for low-power devices.

Features

  • Implementation of API sections needed for synchronisation
    • Authentication
    • Devices API
    • Subscriptions API
    • Episode actions API