An open API service indexing awesome lists of open source software.

https://github.com/altered-tech/swift-jira-client

Jira Client for the Rest API v2, written in Swift
https://github.com/altered-tech/swift-jira-client

jira-client jira-rest-api swift swift6

Last synced: 3 months ago
JSON representation

Jira Client for the Rest API v2, written in Swift

Awesome Lists containing this project

README

        

# Jira Client in Swift (W.I.P.)
This is currently a limited client. Hope to, over time, expand to more of the endpoints.

# OpenAPI Doc
I did have to make some changes to the openapi doc. They were either missing parameters, did not have all response types, incorrect response types, or difficult to manage request body types.

# Tests
Currently no unit tests are being done. Still learning about that.