-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
57 lines (54 loc) · 3.97 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>tripit/api @ GitHub</title>
<LINK href="doc/v1/css/core.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="http://www.tripit.com/favicon.ico" />
<script type="text/javascript" src="doc/v1/js/google_analytics.js"></script>
</head>
<body>
<img src="https://www.tripit.com/images/logos/tripit-concur-inline-logo.png" />
<h1>Documentation</h1>
<ul>
<li><a href="doc/v1/index.html">TripIt API v1 Documentation</a></li>
<li><a href="doc/v1/crs.html">TripIt CRS API v1 Documentation</a></li>
<li><a href="doc/v1/notification.html">Notification API Documentation</a></li>
<li><a href="doc/v1/plugins.html">TripIt Web Plugins</a></li>
</ul>
<h1>Language Bindings</h1>
<p>
The TripIt engineering team has built several language bindings to
ease the development of client applications. The bindings all
provide an interface to all of the TripIt API endpoints and data
object types along with a full OAuth Consumer implementation. No
additional code needs to be downloaded to begin interacting with
the TripIt API.
</p>
<ul>
<li>C#: [<a href="https://github.com/tripit/csharp_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/csharp_binding_v1/tripit_csharp_v1_43360.zip">zip</a>, <a href="https://github.com/downloads/tripit/csharp_binding_v1/tripit_csharp_v1_43360.tgz">tgz</a>]</li>
<li>Erlang: [<a href="https://github.com/tripit/erlang_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/erlang_binding_v1/tripit_erlang_v1_33427.zip">zip</a>, <a href="https://github.com/downloads/tripit/erlang_binding_v1/tripit_erlang_v1_33427.tgz">tgz</a>]</li>
<li>Java: [<a href="https://github.com/tripit/java_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/java_binding_v1/tripit_java_v1_33427.zip">zip</a>, <a href="https://github.com/downloads/tripit/java_binding_v1/tripit_java_v1_33427.tgz">tgz</a>]</li>
<li>Perl: [<a href="https://github.com/tripit/perl_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/perl_binding_v1/tripit_perl_v1_33427.zip">zip</a>, <a href="https://github.com/downloads/tripit/perl_binding_v1/tripit_perl_v1_33427.tgz">tgz</a>]</li>
<li>PHP: [<a href="https://github.com/tripit/php_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/php_binding_v1/tripit_php_v1_33427.zip">zip</a>, <a href="https://github.com/downloads/tripit/php_binding_v1/tripit_php_v1_33427.tgz">tgz</a>]</li>
<li>Python: [<a href="https://github.com/tripit/python_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/python_binding_v1/tripit_python_v1_33427.zip">zip</a>, <a href="https://github.com/downloads/tripit/python_binding_v1/tripit_python_v1_33427.tgz">tgz</a>]</li>
<li>Ruby: [<a href="https://github.com/tripit/ruby_binding_v1">Repository</a>, <a href="https://github.com/downloads/tripit/ruby_binding_v1/tripit_ruby_v1_2012091201.zip">zip</a>, <a href="https://github.com/downloads/tripit/ruby_binding_v1/tripit_ruby_v1_2012091201.tgz">tgz</a>, <a href="https://github.com/downloads/tripit/ruby_binding_v1/tripit-1.0.2012091201.gem">gem</a>]</li>
</ul>
<h1>Support</h1>
<p>
Sign up for a developer key here: <a href="http://www.tripit.com/developer">http://www.tripit.com/developer</a>
<p>
The TripIt API support group is hosted on GitHub and can be found
here: <a href="https://github.com/tripit/api/issues">https://github.com/tripit/api/issues</a>
</p>
<h1>Concur Connect</h1>
<p>
Looking for the Concur Connect APIs from TripIt's parent company? Check out: <a href="https://developer.concur.com/">https://developer.concur.com/</a>
</p>
<div id="footer">
<small>
© 2006-2013, Concur Technologies, Inc. All rights reserved. TripIt ® and Concur ® are registered trademarks of Concur Technologies, Inc. Other trademarks held by their respective owners.
</small>
</div>
</body>
</html>