Closed DongwookKim0823 closed 5 months ago
I have updated the method signatures in APIRequestFactory to include the correct types and removed unnecessary variables.
APIRequestFactory
follow: bool = ...
options
data: dict[str, str] | str | None
I have made things!
I have updated the method signatures in
APIRequestFactory
to include the correct types and removed unnecessary variables.follow: bool = ...
parameter from all methods.options
method to acceptdata: dict[str, str] | str | None
.