Can I make API calls using Python SDK?
Essentially I'd like to be able to reuse the connection I've already established using the Python SDK, but be able to make API calls directly. Does the Python SDK provide "helper" functions to do this? I'm trying to avoid having to construct all of this using urllib or something similar.
Additional details -- I'm trying to access metadata attached to a project, which the SDK doesn't appear to make available. See https://ask.openstack.org/en/question/127408/how-to-retrieve-project-properties/ (my other question) regarding that...