aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-07-14feat: add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` end...Ritesh Ghosh1-0/+6
2024-07-14feat: add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` end...Ritesh Ghosh1-0/+2
2024-07-14refactor: update constants.ts with typed URLsRitesh Ghosh1-4/+4
2024-06-11feat: update rate limit to 6 reqs every 30 minsRitesh Ghosh1-1/+1
2024-05-02fix: crash on unencrypted sources in megacloud extractorWBRK-dev1-1/+1
2024-04-28chore: removed unnecessary linesWBRK-dev1-4/+0
2024-04-28feat: added characters and voice actors to `/info` endpoint responseWBRK-dev2-0/+34
2024-04-28feat: added promotional videos to `/info` endpoint responseWBRK-dev2-0/+23
2024-04-28feat: added raw servers to `/servers` endpoint responseWBRK-dev2-1/+12
2024-04-28feat: added the ability to grab episode sources from raw servers in endpoint ...WBRK-dev3-2/+3
2024-04-21fix: regex key grabberWBRK-dev1-65/+42
2024-04-20feat: added new error messageWBRK-dev1-0/+4
2024-04-13fix: Removed unnecessary attributes from Anime interfaceRaze Viana1-2/+0
2024-04-13feat: added mal and anilist id to anime info endpointRaze Viana2-0/+16
2024-03-25feat(advancedSearch): add utility methods related to advanced searchRitesh Ghosh1-0/+85
2024-03-25refactor: update exportsRitesh Ghosh1-35/+10
2024-03-25refactor: update exportsRitesh Ghosh1-33/+2
2024-03-25feat(advancedSearch): add advanced related constantsRitesh Ghosh1-2/+113
2024-03-25feat(advancedSearch): add utility props to search responseRitesh Ghosh1-0/+3
2024-03-25feat(advancedSearch): add helper typesRitesh Ghosh1-0/+16
2024-03-25feat(advancedSearch): add advanced search featureRitesh Ghosh1-11/+41
2024-03-25feat(advancedSearch): feat: add search filter parsingRitesh Ghosh1-10/+33
2024-03-12feat: disabled `ratelimit` & `dont_sleep` for personal deploymentsRitesh Ghosh1-8/+25
2024-03-12feat: add json rate limit response; replace `max` with `limit`Ritesh Ghosh1-3/+9
2024-03-03feat: add explicit interval time for convenienceRitesh Ghosh1-1/+2
2024-03-03feat: add axios config for future code reusabilityRitesh Ghosh1-0/+21
2024-03-03feat: update rebranded domain nameRitesh Ghosh1-1/+2
2024-03-03feat: merge 'main' of https://github.com/ghoshRitesh12/aniwatch-apiRitesh Ghosh2-4/+10
2024-03-03feat: update rebranded domain nameRitesh Ghosh1-1/+2
2024-02-28Added double quotes in fallback domainAyush Choudhary1-1/+1
2024-02-28Added `.env.example`Ayush Choudhary2-3/+10
2024-02-26refactor: update extractor importsRitesh Ghosh1-1/+2
2024-02-26feat: replace RapidCloud extractor for MegaCloudRitesh Ghosh1-2/+7
2024-02-26feat: add MegaCloud extractorRitesh Ghosh1-0/+245
2024-02-20feat: update decrypt key srcRitesh Ghosh1-11/+13
2024-02-20feat: update aniwatch domain nameRitesh Ghosh1-4/+4
2024-01-19refactor: changed `models` dir to `types`Ritesh Ghosh25-0/+0
2024-01-19refactor: `types` dir importRitesh Ghosh1-1/+1
2024-01-19refactor: `types` dir importRitesh Ghosh11-13/+13
2024-01-19refactor: `types` dir importRitesh Ghosh3-3/+3
2024-01-19refactor: `types` dir importRitesh Ghosh10-12/+12
2023-12-29feat: add `malID` to episode srcsRitesh Ghosh1-0/+5
2023-12-17feat(estimatedSchedule): add `estimatedSchedule` parserRitesh Ghosh1-0/+67
2023-12-17feat(estimatedSchedule): add `EstimatedSchedule` typesRitesh Ghosh1-0/+10
2023-12-17refactor: parsers import exportRitesh Ghosh1-0/+2
2023-12-17refactor: parser models import exportRitesh Ghosh1-0/+2
2023-12-17refactor: controller models import exportRitesh Ghosh1-0/+2
2023-12-17refactor: controllers import exportRitesh Ghosh1-0/+2
2023-12-17feat(estimatedSchedule): add `/schedule` endpoint controller query params typeRitesh Ghosh1-0/+3
2023-12-17feat(estimatedSchedule): add `/schedule` endpoint controllerRitesh Ghosh1-0/+36