Replies: 4 comments
-
Are you thinking of reading endpoint details out of the Jamf Swagger files? It's a good idea, particularly since I believe we can read them off the server. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, or at least investigate it as a possibility of speeding up and improving development on this project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this is the same thing that I used to create the big dump of python files. I did it using the webpage https://editor.swagger.io/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi:
Here is an interesting item to checkout:
pyopenapi/pyswagger: An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.:
https://github.com/pyopenapi/pyswagger
Beta Was this translation helpful? Give feedback.
All reactions