We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From #200
Jira provides a machine-readable API description/definition:
Jira Server
The Jira Server platform REST API resources are also documented in this WADL file: jira-rest-plugin.wadl.
Source: https://developer.atlassian.com/server/jira/platform/rest-apis/
Jira Cloud
Source: https://developer.atlassian.com/cloud/jira/platform/rest/v2/
Can we use this to
Maybe this can be combined with the go generate idea (see #480)
go generate
The text was updated successfully, but these errors were encountered:
+1 on this, could use a go compiler directive in combination with https://github.com/deepmap/oapi-codegen to autogenerate the structs from the OpenAPI specs. Something like:
//go:generate oapi-codegen --package=main -generate=types -o ./types.gen.go https://developer.atlassian.com/cloud/jira/platform/swagger.v3.json
Sorry, something went wrong.
Thanks for the recommendation @justinhwang. I will have a look into it!
No branches or pull requests
From #200
Using official API descriptions/definitions
Jira provides a machine-readable API description/definition:
Jira Server
Source: https://developer.atlassian.com/server/jira/platform/rest-apis/
Jira Cloud
Source: https://developer.atlassian.com/cloud/jira/platform/rest/v2/
Can we use this to
Maybe this can be combined with the
go generate
idea (see #480)The text was updated successfully, but these errors were encountered: