Jira's endpoints in a useful form. Includes URLs, URLRequests, and request/response objects.
Get a url:
let url: URL = try JiraAPI.URL.cloudResources()
Get a request:
let token = "TOKEN"
let request: URLRequest = try JiraAPI.Request.cloudResources(token: token)
Add the following dependency to your Package.swift file:
.package(name: "JiraAPI", url: "https://github.com/andybezaire/JiraAPI.git", from: "1.0.0")
"JiraAPI" is available under the MIT license. See the LICENSE file for more info.
Copyright (c) 2021 andybezaire
Created by: Andy Bezaire