-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (59 loc) · 2.93 KB
/
index.html
File metadata and controls
71 lines (59 loc) · 2.93 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
<html>
<head>
<link rel="stylesheet" href="css/site.css" />
</head>
<body>
<header style="max-width: 1200px; margin: auto">
<h1>Gallagher Security Developer Documentation</h1>
<img src="https://security.gallagher.com/-/media/Project/Security-Business/Security-Public-Site/Images/logo.png"></img>
</header>
<div class="back">
<div class="front">
<h2 class="fat">Gallagher Security Technology Partner Program</h2>
<p> While we welcome the opportunity for you to read our API documentation, if you are
intending to write an integration to the Gallagher Command Centre product utilising any of our
integration tools we first require that you onboard as a Gallagher Security Technology
Partner.
<p> In order to onboard as a Technology Partner we require that you complete and submit the
<a href="https://forms.office.com/pages/responsepage.aspx?id=abhWIR9DFUiyzrSJO1yaqnPfd5ebegNMgKhxm6t3JOpUMTZGWFJFVEFLTUtFSDhSWjZBWDNUREZFSi4u&route=shorturl">
Gallagher Security Technology Partner Agreement</a>. As a Technology Partner, we'll provide
you with all the tools and support you need to create your integration, including:
<ul>
<li> Access to the Gallagher Security Technology Partner Portal, including our proprietary
technology resources.</li>
<li> Command Centre software and demo licences.</li>
<li>Responsive and expert technical support.</li>
<li>Early access to beta releases and product updates.</li>
<li>An opportunity for endorsement on the Gallagher website. </li>
</ul>
</div>
</div>
<p>
<div class="back">
<div class="image" style="background-image: url(bracellipse.svg); min-height: 200">
<div class="front">
<h2 class="fat">REST API developer reference manual</h2>
<p>This is the authoritative reference for the Command Centre REST API, written by developers for developers.
</p>
<a class="btn btn-outline" href="cc-rest-docs/ref/index.html">Read the API reference</a>
<br />
<br />
<h4 class="fat">Command Centre Cloud API Gateway</h4>
<p>Introduced with Command Centre version 8.60, the Gateway lets you securely connect to a Command Centre server via the internet.</p>
<a class="btn btn-outline btn-small" href="commandcentre-cloud-api-gateway.html">Learn more about the Gateway</a>
</div>
</div>
</div>
<p />
<div class="back">
<div class="image" style="background-image: url(phone.svg); min-height: 300">
<div class="front">
<h2 class="fat">Mobile Connect SDK developer documentation</h2>
<p>Browse a collection of technical papers, guides, reference manuals, and sample code as you work with Gallagher's Mobile Connect application.
</p>
<a class="btn btn-outline" href="mobileconnect-sdk.html">Get started with the mobile SDK</a>
</div>
</div>
</div>
</body>
</html>