Hey
I'd like to ask if there is a place where I would be able to download full REST API Schema.
What I'd like to do is to create Unreal Engine 4 JIRA integration. Using rest it is fairly easy but time consuming.
I'd like to at least somewhat automate this process. If I would be able to just download entire REST schema at once, I cloud just parse it and auto generate request/response code.
You can try to parse doc page
https://docs.atlassian.com/software/jira/docs/api/REST/7.10.1/
Is it the same or maybe a superset/subset of the bitbucket cloud API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No I sense a misplaced just. There are no generic parsers :)
I would recommend the JRJC- https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-rest-java-client ?It adds a few dependencies but it abstracts away most of the difficult stuff and it is easy to extend.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know that :). I would like to write my own parser (as I need to generate C++ code anyway).
It would be just nice to have some kind of OpenAPI schema to parse from :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1 for
It would be just nice to have some kind of OpenAPI schema to parse from :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.