Skip to content

Commit

Permalink
deploy: 198213f
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeolun committed Feb 5, 2024
1 parent 8411a3f commit cde5ab8
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 131 deletions.
246 changes: 123 additions & 123 deletions classes/JiraApi.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ts-jira-client</title><meta name="description" content="Documentation for ts-jira-client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">ts-jira-client</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>ts-jira-client</h2></div><div class="tsd-panel tsd-typography"><a id="md:typescript-jira-api-for-nodejs" class="tsd-anchor"></a><h1><a href="#md:typescript-jira-api-for-nodejs">Typescript JIRA API for node.js</a></h1><p>A Typescript wrapper for the Jira Rest API, now in Typescript. I had this as a fork of <code>jira-client</code> for a while, but I felt the need to completely split it up to modernize it (as well as give myself an easier time deploying). </p>
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ts-jira-client</title><meta name="description" content="Documentation for ts-jira-client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">ts-jira-client</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>ts-jira-client</h2></div><div class="tsd-panel tsd-typography"><a id="md:typescript-jira-api-for-nodejs" class="tsd-anchor"></a><h1><a href="#md:typescript-jira-api-for-nodejs">Typescript JIRA API for node.js</a></h1><p>A Typescript wrapper for the Jira Rest API, now in Typescript. I had this as a fork of <a href="https://github.com/jira-node/node-jira-client">jira-client</a> for a while, but I felt the need to completely split it up to modernize it (as well as give myself an easier time deploying). </p>
<p>I&#39;ve tried to keep the api as close to the original api as possible, but sometimes I&#39;ve had to make compromises. Where possible any legacy calls have been removed, and replaced with what made most sense considering the latest versions of Jira Datacenter, Cloud, Software and Service Desk.</p>
<blockquote>
<p>[!WARNING]<br>Types have been sourced wherever they exist (cloud has more type definitions, either in docs or openapi, than server/datacenter, but no guarantee they are compatible).</p>
Expand Down
4 changes: 2 additions & 2 deletions interfaces/MakeUrlParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/AxiosOrStrict.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/JiraApiOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/PaginationParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/WithAxios.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/WithStrictSSL.html

Large diffs are not rendered by default.

0 comments on commit cde5ab8

Please sign in to comment.