Is there anything like a swagger definition for th...
# general
f
Is there anything like a swagger definition for the Pulumi Service API? Interested in trying some code generation.
e
w
There is also the documentation of the REST API - it's in prose not Swagger, but could still be useful. https://www.pulumi.com/docs/reference/service-rest-api/
f
@white-balloon-205 Yup, that's what I've been using so far; it's been very helpful
d
Hi Chris - what tools are you using to do a codegen from Swagger or the provider schema?
f
@damp-honey-93158 Nothing yet... I was just writing some code to generate a map of all the interrelationships between our various projects and stacks (based on stack references) and was writing a bunch of boilerplate to wrap the API calls into a library. I was just curious if there was anything available now to help drive some of that automatically.