aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-12-17feat: add global constantsRitesh Ghosh1-0/+5
2024-12-07feat(cache): add middleware to insert `CACHE_CONFIG` variable in request contextRitesh Ghosh1-4/+20
2024-12-07feat(cache): integrated Redis caching layer for endpoint responsesRitesh Ghosh1-17/+80
2024-12-07feat(cache): add `AniwatchAPICache` class to implement API caching layerRitesh Ghosh1-0/+50
2024-12-07feat(server): add aniwatch variables types for type-safe req context variable...Ritesh Ghosh1-0/+8
2024-10-06Aniwatch API Version 2 (#66)Ritesh Ghosh65-3264/+197
2024-10-04feat: update allowed origins to include wildcard if env not presentRitesh Ghosh1-6/+5
2024-10-01Enhance CORS Configuration for Production SecurityDivyansh1-3/+18
2024-07-24feat: add `jname` field to Anime interfaceRitesh Ghosh1-5/+10
2024-07-21fix: added japanese anime names to all responsesWBRK-dev3-7/+17
2024-07-21feat: added `mostPopular`, `mostFavorite` and `latestCompleted` to the home r...WBRK-dev3-0/+14
2024-07-21feat: added episode count to top airing animeWBRK-dev1-29/+2
2024-07-21feat: added episode number to estimated anime scheduleWBRK-dev2-0/+2
2024-07-18fix: fixed tests regarding episode sourcesWBRK-dev1-3/+3
2024-07-18fix: fixed using specific server for episode sourcesWBRK-dev1-2/+2
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