Skip to content

Commit

Permalink
update swagger link
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaMorsali committed Oct 21, 2022
1 parent f83dca3 commit 77a59d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 547 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Invertee AI</title>
<title>Inverted AI</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8" />
Expand Down Expand Up @@ -1083,7 +1083,7 @@
<div id="content">
<div id="project">
<div class="pull-left">
<h1>Invertee AI</h1>
<h1>Inverted AI</h1>
</div>
<div class="clearfix"></div>
</div>
Expand Down Expand Up @@ -1206,9 +1206,9 @@ <h3>Usage and SDK Samples</h3>
</div>

<div class="tab-pane" id="examples-Default-driveDrivePost-0-javascript">
<pre class="prettyprint"><code class="language-js">var InverteeAi = require('invertee_ai');
<pre class="prettyprint"><code class="language-js">var InvertedAi = require('inverted_ai');

var api = new InverteeAi.DefaultApi()
var api = new InvertedAi.DefaultApi()
var body = ; // {{DrivePayload}}
var opts = {
'apiKey': apiKey_example // {{String}}
Expand Down Expand Up @@ -1583,9 +1583,9 @@ <h3>Usage and SDK Samples</h3>
</div>

<div class="tab-pane" id="examples-Default-getLocationInfoLocationInfoGet-0-javascript">
<pre class="prettyprint"><code class="language-js">var InverteeAi = require('invertee_ai');
<pre class="prettyprint"><code class="language-js">var InvertedAi = require('inverted_ai');

var api = new InverteeAi.DefaultApi()
var api = new InvertedAi.DefaultApi()
var location = location_example; // {{String}}
var opts = {
'includeMapSource': true, // {{Boolean}}
Expand Down Expand Up @@ -1965,9 +1965,9 @@ <h3>Usage and SDK Samples</h3>
</div>

<div class="tab-pane" id="examples-Default-initializeInitializePost-0-javascript">
<pre class="prettyprint"><code class="language-js">var InverteeAi = require('invertee_ai');
<pre class="prettyprint"><code class="language-js">var InvertedAi = require('inverted_ai');

var api = new InverteeAi.DefaultApi()
var api = new InvertedAi.DefaultApi()
var body = ; // {{InitializePayload}}
var opts = {
'apiKey': apiKey_example // {{String}}
Expand Down

0 comments on commit 77a59d1

Please sign in to comment.