miniflux-v2/api
Frédéric Guillot 8fb71366f8 API: Delete users asynchronously
Deleting large users might lock the tables in the hosted offering
2020-07-28 20:39:10 -07:00
..
api.go Use stdlib constants for HTTP methods instead of strings 2020-06-21 21:21:10 -07:00
category.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
doc.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
entry.go Add API parameter to filter entries by category 2019-11-17 23:05:22 -08:00
feed.go Add refreshAllFeeds to the API 2020-02-26 20:10:56 -08:00
handler.go Add refreshAllFeeds to the API 2020-02-26 20:10:56 -08:00
icon.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
middleware.go Add DELETE method to CORS header 2020-06-21 21:04:34 -07:00
opml.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
payload.go Add option to change the number of entries per page (fixes #40) 2020-07-08 20:14:31 -07:00
payload_test.go Add option to disable feeds 2019-07-26 21:24:15 -07:00
subscription.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
user.go API: Delete users asynchronously 2020-07-28 20:39:10 -07:00