(imported topic written by hansen_m)
I’ve been working on this Python module to interact with the REST API. I’ve built a couple simple tools that utilize it including Apple hardware warranty lookups and console exports into a Git repository. Try it it out and let me know what you think.
4 Likes
It is nice; I’ve found that for my use; it’s pretty easy to just use requests, and code directly.
See some of my IEM examples at: https://www.ibm.com/developerworks/community/blogs/edgeCity/entry/the_young_and_restless_or_web_service_queries_for_the_rest_of_us?lang=en
These are simple examples I developed for an entertainment company.
jps
Very true, Python makes it easy to write code for a specific task but my goal was to create a shared library to avoid the need to duplicate code and also to build a simple command line style interface for interacting with the console. Thanks for sharing your examples.
1 Like
I recently added some additional documentation for using the command line feature.
1 Like