index
:
aniwatch-api
main
Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
models
/
controllers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-19
refactor: changed `models` dir to `types`
Ritesh Ghosh
11
-82
/
+0
2023-12-17
refactor: controller models import export
Ritesh Ghosh
1
-0
/
+2
2023-12-17
feat(estimatedSchedule): add `/schedule` endpoint controller query params type
Ritesh Ghosh
1
-0
/
+3
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
1
-1
/
+1
2023-11-22
fix(ts): add strict file imports
Ritesh Ghosh
1
-12
/
+15
2023-08-28
feat(episodeServers): added `EpisodeServersQueryParams` query param type
Ritesh Ghosh
1
-0
/
+3
2023-08-28
refactor(controllerModels): updated controller models import export
Ritesh Ghosh
1
-0
/
+2
2023-08-17
refactor(controllerModels): updated controller models import export
Ritesh Ghosh
1
-0
/
+4
2023-08-17
feat(animeEpisodeSrcs): added `animeEpisodeSrcs` parser controller query params
Ritesh Ghosh
1
-0
/
+7
2023-08-17
feat(animeEpisodes): added `animeEpisodes` controller path params type
Ritesh Ghosh
1
-0
/
+3
2023-08-13
chore(controllerModels): updated controller types import export
Ritesh Ghosh
1
-3
/
+11
2023-08-13
feat(animeProducer): added `AnimeProducer` controller path & query params type
Ritesh Ghosh
1
-0
/
+7
2023-08-13
feat(animeSearchSuggestion): added `animeSearchSuggestion` query param type
Ritesh Ghosh
1
-0
/
+3
2023-08-07
feat: added controller request handler types
Ritesh Ghosh
5
-0
/
+37