Hello, I am intermediate to python and i am familier with OOP, but sometime i lost some where looking at OOP in class and objects .... :(
I am looking at https://github.com/pulp/pulp .. basically it uses okaara to generate CLI and calls API. so for example if i run "pulp-admin -u admin -p admin rpm repo list" it produces list of all repositories ... now i want to write similar thing .. but without producing all repository i just want to list single repo and below is the API for that .. http://pulp-dev-guide.readthedocs.org/en/pulp-2.2/integration/rest-api/repo/retrieval.html Not sure what's the best way to write it ... i want to do in OO way.. i know how to use requests/httplib module and generate data and produce output ......... but i am not able to build URL ... can someone help to suggest best way to learn and write it ? Regards, DJ
-- https://mail.python.org/mailman/listinfo/python-list