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: about 1 year ago
JSON representation
Jira Client for the Rest API v2, written in Swift
- Host: GitHub
- URL: https://github.com/altered-tech/swift-jira-client
- Owner: Altered-Tech
- Created: 2024-10-16T17:01:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:31:50.000Z (over 1 year ago)
- Last Synced: 2025-04-07T06:19:23.203Z (about 1 year ago)
- Topics: jira-client, jira-rest-api, swift, swift6
- Language: Swift
- Homepage:
- Size: 962 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.