Mapepire-IBMi / mapepire-python

python client for mapepire
Apache License 2.0
4 stars 2 forks source link

remove un-needed types #34

Closed ajshedivy closed 3 weeks ago

ajshedivy commented 2 months ago

Assess the need for the dataclasses-json dependency. It may be redundant and not needed as python is dynamically typed. Instead of using explicit types, we could use a more pythonic approach and validate dictionary keys for required input

ajshedivy commented 3 weeks ago

keep the use of dataclassess for TP1