newsbot-api/services/input
James Tombleson ada453e08a
Features/delete source and first dto (#36)
* updated db, added dto for ListSources, and added delete source

* updated from model > models

* updated to models

* sources now sends back a standard message

* updated subscription routes to have beter logid and swagger details

* moved the dto objects back to modles given they are not bound to the database

* cleaned up how we return the error

* cleaned up swag and updated models to take from the base apistatusmodel. less human errors this way

* cleaned up swag and updated models

* swag updated

* updated queue to return a router and also renamed it as it will hold all queue info later on

* removed config tag

* added subscription details route

* article routes have been moved to support dto

* updated discordwebhooks to use dto

* updated discordwebhookqueue to return details on the items via dto

* removed the example routes

* updated sources to use dto

* subscriptions moved to dto

* generated swag
2023-01-22 10:12:55 -08:00
..
common.go Feature Flags (#11) 2022-06-30 14:54:58 -07:00
ffxiv.go New endpoints for the portal to use (#31) 2022-11-30 21:43:53 -08:00
ffxiv_test.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00
httpClient.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00
reddit.go Features/delete source and first dto (#36) 2023-01-22 10:12:55 -08:00
reddit_test.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00
rss.go Features/delete source and first dto (#36) 2023-01-22 10:12:55 -08:00
rss_test.go Features/delete source and first dto (#36) 2023-01-22 10:12:55 -08:00
twitch.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00
twitch_test.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00
youtube.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00
youtube_test.go Features/subscription/features for portal (#34) 2022-12-04 08:49:17 -08:00