cla-bit / PayStackEase

This is a Paystack API wrapper using Asynchronous and Synchronous request to interact with Paystack endpoints for various financial services.
https://pypi.org/project/paystackease/
MIT License
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

cla-bit commented 6 months ago

Instead of using Union[Dict[str, str], List[Any]] or so, try using dataclasses or pydantic.