summaryrefslogtreecommitdiff
path: root/bilibili/request.go
AgeCommit message (Expand)Author
2023-07-14Refactor: use pointer type of `Bilibili` to prevent unexpected copy.Keuin
2023-07-11Refactor: move data structures to a separate package to avoid circular depend...Keuin
2023-07-01Refactor: replace homemade error type checking with idiom Go practices.Keuin
2022-09-12Proper use of loggers.Keuin
2022-09-10Rename module path to GitHub repo.Keuin
2022-09-10Replace all logger usages to custom logging.Logger.Keuin
2022-09-08Support specify IP network type (ipv4, ipv6, in arbitrary combination and pri...Keuin
2022-09-07Bugfix: callGet[T] will panic if the request is unsuccessfulKeuin
2022-09-07First working version. Just a POC.Keuin