<h3 style="margin-left:16px; font-weight: 500; font-size: 1.6em;">
 Integrate REST API easily to Niagara with no development. Use the RestNetwork, a genric driver for API, to retrieve data from API and transform it as a point, a schedule or a history (weather info, access control info, meeting room reservations...). Use also the RestNetwork to post data to APIs (control a light, a fan coil...). Use the Niagara Rest API to allow third party to retrieve data from Niagara. Set-up the JWT authentication to connect securely to Niagara.
</h3>




<style>
 	a:hover { text-decoration: none; }
 	.doc-card-div {width: 320px;height:140px; margin:16px; padding: 24px;border-radius: 8px;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); font-family:Arial, sans-serif}
	.doc-card-div:hover { box-shadow: 0 4px 10px rgba(0,0,0,0.25), 0 4px 4px rgba(0,0,0,0.22); }
	.doc-card-img { width: 48px;height:48px; }
	.doc-card-title { font-size: 1.4em; font-weight: 500; margin:8px 0; line-height: 1.4;color:#020814; }
	.doc-card-description { font-size: 1em; margin: 0; font-weight: 300; line-height: 1.3;color:#73849a }
</style>

<div style="display:flex; flex-direction:row; flex-wrap: wrap;max-width:1200px;">
   <a href="../GS/Get+Started+Home">
   <div class="doc-card-div">
   	   <img src="https://doc-vayandata.s3.eu-west-3.amazonaws.com/getStarted.png" class="doc-card-img"/>
	   <p class="doc-card-title">
		Get started
	   </p>
	   <p class="doc-card-description">
		Set-up your license and get ready to connect Niagara to the world
	   </p>
   </div>
   </a>
<a href="../APIDR/btibRestNetwork">
   <div class="doc-card-div">
   	   <img src="https://doc-vayandata.s3.eu-west-3.amazonaws.com/RestNetwork.png" class="doc-card-img"/>
	   <p class="doc-card-title">
		Rest Network
	   </p>
	   <p class="doc-card-description">
		Retrieve data from API and transform it as a point, a schedule or a history. Or, send control command to third party.
	   </p>
   </div>
   </a>
<a href="../APIDR/btibAPI">
   <div class="doc-card-div">
   	   <img src="https://doc-vayandata.s3.eu-west-3.amazonaws.com/NiagaraAPI.png" class="doc-card-img"/>
	   <p class="doc-card-title">
		Niagara REST API
	   </p>
	   <p class="doc-card-description">
		Allow third party to retrieve data from Niagara or to execute command control
	   </p>
   </div>
   </a>
<a href="../APIDR/btibAuth">
   <div class="doc-card-div">
   	   <img src="https://doc-vayandata.s3.eu-west-3.amazonaws.com/authentication.png" class="doc-card-img"/>
	   <p class="doc-card-title">
		JWT Authentication
	   </p>
	   <p class="doc-card-description">
		Set-up the JWT authentication to connect securely to Niagara.
	   </p>
   </div>
   </a>
</div>