﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tag RATP - Constellation</title>
	<atom:link href="https://developer.myconstellation.io/tag/ratp/feed/" rel="self" type="application/rss+xml" />
	<link>https://developer.myconstellation.io/tag/ratp/</link>
	<description>Votre plateforme d&#039;interconnexion</description>
	<lastBuildDate>Thu, 13 Jun 2019 14:33:37 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>

<image>
	<url>https://developer.myconstellation.io/wp-content/uploads/2016/02/256x256-e1457476015859.png</url>
	<title>Tag RATP - Constellation</title>
	<link>https://developer.myconstellation.io/tag/ratp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ratp : connaitre les horaires et l&#8217;état du trafic RATP</title>
		<link>https://developer.myconstellation.io/package-library/ratp/</link>
					<comments>https://developer.myconstellation.io/package-library/ratp/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Wed, 26 Oct 2016 07:54:50 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[RATP]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3476</guid>

					<description><![CDATA[<p>Le package Rapt vous permet de connaitre l&#8217;état du trafic RAPT et les horaires. Le code source est disponible sur : https://github.com/myconstellation/constellation-packages/tree/master/Ratp Installation Depuis le “Online Package Repository” de votre Console Constellation, déployez le package Rapt : Une fois le</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/ratp/">Ratp : connaitre les horaires et l&rsquo;état du trafic RATP</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Le package Rapt vous permet de connaitre l&rsquo;état du trafic RAPT et les horaires.</p>
<p style="text-align: center;"><a href="https://developer.myconstellation.io/wp-content/uploads/2016/10/ratp.png"><img loading="lazy" class="alignnone size-full wp-image-3478 colorbox-3476" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border: 0px;" src="https://developer.myconstellation.io/wp-content/uploads/2016/10/ratp.png" alt="ratp" width="85" height="85" border="0" /></a></p>
<p>Le code source est disponible sur : <a title="https://github.com/myconstellation/constellation-packages/tree/master/Ratp" href="https://github.com/myconstellation/constellation-packages/tree/master/Ratp">https://github.com/myconstellation/constellation-packages/tree/master/Ratp</a></p>
<h3>Installation</h3>
<p>Depuis le “Online Package Repository” de votre Console Constellation, déployez le package Rapt :</p>
<p><a href="https://developer.myconstellation.io/wp-content/uploads/2016/10/image-125.png"><img class="colorbox-3476"  loading="lazy" style="background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; padding-right: 0px; margin-right: auto; border-width: 0px;" title="image" src="https://developer.myconstellation.io/wp-content/uploads/2016/10/image_thumb-115.png" alt="image" width="350" height="213" border="0" /></a></p>
<p>Une fois le package télécharger votre repository local, sélectionnez la sentinelle sur laquelle déployer le package.</p>
<p align="left">Vous pouvez également déployer ce package manuellement dans la configuration de votre Constellation :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name="Rapt" /&gt;</pre><p></p>
<h3>Détails du package</h3>
<h4>Les Settings</h4>
<p>Ce package ne comporte aucun setting.</p>
<h4>Les StateObjects</h4>
<p>Ce package ne publie aucun StateObject</p>
<h4 align="left">Les MessageCallbacks</h4>
<p>Le package expose 2 MessageCallbacks :</p>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="10"><u>Nom</u></td>
<td valign="top" width="141"><u>Réponse (saga)</u></td>
<td valign="top" width="407"><u>Description</u></td>
</tr>
<tr>
<td valign="top" width="10"><strong>GetStations</strong></td>
<td valign="top" width="141">Response&lt;StationList&gt;</td>
<td valign="top" width="407">Récupère les stations d&rsquo;une ligne de Rer, Métro, Tramway, Bus ou Noctilien.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>GetSchedule</strong></td>
<td valign="top" width="141">Response&lt;ScheduleResult&gt;</td>
<td valign="top" width="407">Récupère les temps d&rsquo;attente des prochains trains d&rsquo;une ligne de Rer, Métro, Tramway, Bus ou Noctilien en fonction de la destination et de la station.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>GetTraffic</strong></td>
<td valign="top" width="141">Response&lt;TrafficResult&gt;</td>
<td valign="top" width="407">Récupère le trafic du réseau ferré RATP.</td>
</tr>
</tbody>
</table>
<h3 align="center"><a href="https://developer.myconstellation.io/wp-content/uploads/2016/10/image-127.png"><img class="colorbox-3476"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border: 0px;" title="image" src="https://developer.myconstellation.io/wp-content/uploads/2016/10/image_thumb-117.png" alt="image" width="350" height="219" border="0" /></a></h3>
<h3 align="left">Quelques exemples</h3>
<ul>
<li>Afficher les prochains trains d&rsquo;une ligne sur une application mobile Ionic</li>
</ul>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/ratp/">Ratp : connaitre les horaires et l&rsquo;état du trafic RATP</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/ratp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Mise en cache de page à l’aide de Disk: Enhanced 

Served from: developer.myconstellation.io @ 2026-01-21 17:34:52 by W3 Total Cache
-->