This is a Paystack API wrapper using Asynchronous and Synchronous request to interact with Paystack endpoints for various financial services.
1
stars
0
forks
source link
Implement using dataclases or pydantic for data to be passed as parameters. #7
Open
cla-bit opened 6 months ago
Instead of using Union[Dict[str, str], List[Any]] or so, try using dataclasses or pydantic.