Things get interesting when you implement __iter__ for collections and __setattr__ for PUT/POST requests. At that point, you start needing a machine-readable API spec (e.g. Swagger, or straight Python with subclasses and decorators).
This looks great for one-off scripts or exploring APIs in a REPL.
4 comments
[ 4.5 ms ] story [ 15.2 ms ] threadThings get interesting when you implement __iter__ for collections and __setattr__ for PUT/POST requests. At that point, you start needing a machine-readable API spec (e.g. Swagger, or straight Python with subclasses and decorators).
This looks great for one-off scripts or exploring APIs in a REPL.