-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (121 loc) · 5.66 KB
/
Copy pathindex.html
File metadata and controls
159 lines (121 loc) · 5.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- BEGIN_HEAD_EMBED -->
<title>API - Algorithmia Developer Center</title>
<meta name="description" content="
">
<meta name="keywords" content="">
<!-- Twitter Cards -->
<meta name="twitter:title" content="API">
<meta name="twitter:description" content="
">
<meta name="twitter:site" content="@algorithmia">
<meta name="twitter:creator" content="@algorithmia">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://algorithmiaio.github.io/https://algorithmiaio.github.io/images/logos/AlgorithmiaLogo_tw.png">
<!-- Open Graph -->
<meta property="og:image" content="https://algorithmiaio.github.io/https://algorithmiaio.github.io/images/logos/AlgorithmiaLogo_fb.png">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="API">
<meta property="og:description" content="
">
<meta property="og:url" content="https://algorithmiaio.github.io/https://algorithmiaio.github.io/api/">
<meta property="og:site_name" content="Algorithmia Developer Center">
<link rel="shortcut icon" type="image/png" href="/v1/config/favicon">
<link rel="stylesheet" href="https://algorithmiaio.github.io/css/pygments-github.css">
<link rel="stylesheet" href="https://algorithmiaio.github.io/css/vendors.css">
<link rel="stylesheet" href="https://algorithmiaio.github.io/css/scoped-synapse.css?v=2">
<link rel="stylesheet" href="https://algorithmiaio.github.io/css/devcenter.css">
<!-- END_HEAD_EMBED -->
<link href="https://algorithmiaio.github.iohttps://algorithmiaio.github.io/atom.xml" type="application/atom+xml" rel="alternate" title="Algorithmia Developer Center Atom Feed">
<link href="https://algorithmiaio.github.iohttps://algorithmiaio.github.io/sitemap.xml" type="application/xml" rel="sitemap" title="Sitemap">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<meta http-equiv="cleartype" content="on">
<script>
window.__ENTERPRISE = false
</script>
</head>
<body>
<!-- BEGIN_BODY_EMBED -->
<div id="main-content">
<redoc spec-url="../assets/openapispec.yml"></redoc>
</div>
<!-- END_BODY_EMBED -->
<!-- BEGIN_SCRIPTS_EMBED -->
<script src="https://algorithmiaio.github.io/js/sentry.5.7.1.min.js" type="text/javascript" crossorigin="anonymous" charset="utf-8"></script>
<script src="https://algorithmiaio.github.io/js/sentry.init.js" type="text/javascript" crossorigin="anonymous" charset="utf-8"></script>
<script src="https://algorithmiaio.github.io/js/segment.js" type="text/javascript" crossorigin="anonymous" charset="utf-8"></script>
<script src="https://algorithmiaio.github.io/js/bigPicture.js" type="text/javascript" crossorigin="anonymous" charset="utf-8"></script>
<script src="https://algorithmiaio.github.io/js/core.cat.js"></script>
<script src="https://algorithmiaio.github.io/js/search.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://algorithmiaio.github.io/js/userCreds.js" type="text/javascript" charset="utf-8"></script>
<script src="https://algorithmiaio.github.io/js/bootstrap.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
<script type="text/javascript">
$(function() {
$('#search-query').lunrSearch({
indexUrl: 'https://algorithmiaio.github.io/js/index.json',
results: '#search-results',
template: '#search-results-template',
titleMsg: '<h3><small>SEARCH RESULTS</small></h3>',
emptyMsg: '<p>No results found...</p>'
});
$('#search-query').on('input', function(evt) {
if(evt.target.value.length < 3) {
$('#main-content').show();
} else {
$('#main-content').hide();
}
});
$('.sidebar .category > a').on('click', function(evt) {
evt.preventDefault();
evt.currentTarget.parentNode.classList.toggle('active');
});
// If there is a query string that will get picked up by lunrSearch
// then hide the page content by default
// Note: the search input field doesn't get set by lunrSearch until index.json loads
var uri = new URI(window.location.search.toString());
var queryString = uri.search(true);
if (queryString.hasOwnProperty('q')) {
if(queryString.q.length >= 3) {
$('#main-content').hide();
$('#search-query').focus();
}
}
});
</script>
<!-- Snowplow -->
<script>
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//analytics.datarobot.com/sp.js","snowplow"));
window.snowplow('newTracker', 'dr', 'analytics.datarobot.com', {
appId: 'developers.algorithmia.com',
discoverRootDomain: true,
cookieName: 'datarobot_analytics',
encodeBase64: false,
respectDoNotTrack: false,
userFingerprint: true,
pageUnloadTimer: 0,
forceSecureTracker: true,
eventMethod: 'get',
contexts: {
webPage: true,
performanceTiming: true,
gaCookies: true,
},
});
window.snowplow('enableActivityTracking', 1, 15);
window.snowplow('trackPageView');
window.snowplow('enableLinkClickTracking');
window.snowplow('enableFormTracking');
</script>
<!-- END_SCRIPTS_EMBED -->
</body>
</html>