newsbot-api/services
James Tombleson 713205bb03
Basic routes have been added (#10)
* basic routes are working with db context

* swagger is working along with swag gen

* cron was updated with a class and better db context, untested though

* sourcelist command added

* lost the pg package but added it back

* Updated the api startup for cron and api

* updated source routes and started to add article routes

* Updated cron add func calls

* updated swagger

* keeping articles basic for now as I dont need to pull them in yet

* swagger update

* added getarticlesbysourceid call

* adding the subscriptions table to track who to send notifications and where

* removed legacy columns from discordwebhooks that are no longer needed.

* added discord webhook routes

* updated routes

* Minor change to schema

* Updated routes to support subscriptions

* ignore .vscode
2022-06-19 22:02:44 -07:00
..
cache Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
config Feature/sql (#8) 2022-06-08 21:17:08 -07:00
cron Basic routes have been added (#10) 2022-06-19 22:02:44 -07:00
common.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00
ffxiv.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
ffxiv_test.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
httpClient.go Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
reddit.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
reddit_test.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
twitch.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
twitch_test.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
youtube.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00
youtube_test.go Feature/sql (#8) 2022-06-08 21:17:08 -07:00