aboutsummaryrefslogtreecommitdiff
path: root/src/controllers
AgeCommit message (Collapse)AuthorFilesLines
2024-10-06Aniwatch API Version 2 (#66)Ritesh Ghosh12-447/+0
BREAKING CHANGE: * chore: remove files that are not necessary for api v2 * test: update existing tests to use pkg * feat: organized aniwatch api envs and add more info about them * feat: update tsconfig to include strict noUnsed params * feat(api homepage): revamp api home page * feat: update wani kuni image * feat: add dot img * feat: use hono cors * feat: use hono rate limiter * build: remove unnecessary deps, add ones needed and update description * feat: add hianime routes and their handlers * feat: update vercel deployment file * docs: update logo and scraper docs, add envs section * feat: update main server file * feat: update peronal deployments caution section
2024-03-25feat(advancedSearch): feat: add search filter parsingRitesh Ghosh1-10/+33
2024-01-19refactor: `types` dir importRitesh Ghosh10-12/+12
2023-12-29feat: add `malID` to episode srcsRitesh Ghosh1-0/+5
2023-12-17refactor: controllers import exportRitesh Ghosh1-0/+2
2023-12-17feat(estimatedSchedule): add `/schedule` endpoint controllerRitesh Ghosh1-0/+36
2023-12-16feat: add `anilistID` in responseRitesh Ghosh1-3/+33
2023-11-22fix(ts): add strict file & type importsRitesh Ghosh10-34/+34
2023-11-22fix(ts): controller file importsRitesh Ghosh1-10/+10
2023-08-28feat(episodeServers): added `getEpisodeServers` controllerRitesh Ghosh1-0/+30
2023-08-28refactor(controllers): updated controllers import exportRitesh Ghosh1-0/+2
2023-08-18style(animeEpisodeSrcs): updated endpoint commentRitesh Ghosh1-1/+1
2023-08-17feat(animeEpisodeSrcs): added `animeEpisodeSrcs` parser controllerRitesh Ghosh1-0/+40
2023-08-17refactor(controller): updated controllers import exportRitesh Ghosh1-1/+5
2023-08-17feat(animeEpisodes): added `animeEpisodes` parser controllerRitesh Ghosh1-0/+31
2023-08-13chore(controller): updated controller import exportRitesh Ghosh1-2/+4
2023-08-13fix(animeSearch): fixed bug where if q is null throws `BadGateway`Ritesh Ghosh1-1/+1
2023-08-13feat(animeProducer): added `animeProducer` controllerRitesh Ghosh1-0/+37
2023-08-13feat(animeSearchSuggestion): added `animeSearchSuggestion` controllerRitesh Ghosh1-0/+31
2023-08-13refactor: removed home controllerRitesh Ghosh1-8/+0
2023-08-07feat(controllerTypes): added request handler typesRitesh Ghosh5-50/+68
2023-08-07refactor: refactored controller imports & exportsRitesh Ghosh1-5/+7
2023-08-07feat: added home page controllerRitesh Ghosh1-0/+8
2023-08-06style: updated sample endpoint commentRitesh Ghosh1-1/+1
2023-08-04feat(newController): added `animeGenre` controllerRitesh Ghosh1-0/+32
2023-08-03refactor(controller): updated controller imports & exportsRitesh Ghosh1-1/+9
2023-08-03feat(newController): added `animeAboutInfo` controllerRitesh Ghosh1-0/+25
2023-08-03feat(homeController): added home route controllerRitesh Ghosh1-0/+19
2023-08-03refactor: updated controller import exportRitesh Ghosh1-1/+2
2023-08-02fix: updated controllers exportsRitesh Ghosh1-1/+2
2023-08-02feat: added `animeSearch` controllerRitesh Ghosh1-0/+33
2023-08-02feat: added anime category controllerRitesh Ghosh1-0/+32
2023-08-02feat: added all controllers exportRitesh Ghosh1-0/+3