https://github.com/Isilon/isilon_sdk_python/blob/v8.2.1/docs/ProtocolsApi.md#list_nfs_exports
This is an example of the code generated.
I was trying to examine the api_instance object after it had been called once. I lost a couple hours thinking something odd was going on with me.
What i was trying to do was:
print(dir(api_instance)) to see all the methods on the object.
I updated the dir variable to be direction and thus was able to proceed with what I wanted to do using the built in dir() function.
I could do a PR, but I believe all the docs are auto generated, so not sure where the swagger code is.