aboutsummaryrefslogtreecommitdiff
path: root/src/utils/methods.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-10-06Aniwatch API Version 2 (#66)Ritesh Ghosh1-297/+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-07-24feat: add `jname` field to Anime interfaceRitesh Ghosh1-5/+10
2024-07-21fix: added japanese anime names to all responsesWBRK-dev1-6/+10
2024-04-28feat: added the ability to grab episode sources from raw servers in endpoint ↵WBRK-dev1-1/+1
`/episode-srcs`
2024-03-25feat(advancedSearch): add utility methods related to advanced searchRitesh Ghosh1-0/+85
2024-01-19refactor: `types` dir importRitesh Ghosh1-1/+1
2023-11-22fix(ts): add strict file & type importsRitesh Ghosh1-4/+4
2023-08-17feat: added anime extraction util methodsRitesh Ghosh1-0/+25
2023-08-07chore(utils): refactored utility methodsRitesh Ghosh1-0/+178