Rennes data Java API client

A simple client library for the Keolis Rennes API written in Java

License

License

Categories

Categories

Data
GroupId

GroupId

fr.dudie
ArtifactId

ArtifactId

rennes-data-api
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Rennes data Java API client
A simple client library for the Keolis Rennes API written in Java
Source Code Management

Source Code Management

https://github.com/kops/rennes-data-api/tree/master

Download rennes-data-api

How to add to project

<!-- https://jarcasting.com/artifacts/fr.dudie/rennes-data-api/ -->
<dependency>
    <groupId>fr.dudie</groupId>
    <artifactId>rennes-data-api</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.dudie/rennes-data-api/
implementation 'fr.dudie:rennes-data-api:2.0.1'
// https://jarcasting.com/artifacts/fr.dudie/rennes-data-api/
implementation ("fr.dudie:rennes-data-api:2.0.1")
'fr.dudie:rennes-data-api:jar:2.0.1'
<dependency org="fr.dudie" name="rennes-data-api" rev="2.0.1">
  <artifact name="rennes-data-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.dudie', module='rennes-data-api', version='2.0.1')
)
libraryDependencies += "fr.dudie" % "rennes-data-api" % "2.0.1"
[fr.dudie/rennes-data-api "2.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1
org.apache.httpcomponents : httpclient jar 4.0.2
com.google.code.gson : gson jar 2.1

test (4)

Group / Artifact Type Version
junit : junit jar 4.9
commons-lang : commons-lang jar 2.6
org.slf4j : slf4j-log4j12 jar 1.6.1
junit-addons : junit-addons jar 1.4

Project Modules

There are no modules declared in this project.

Rennes data API

This library provides a client to access Rennes Métropole transportation data API provided by Keolis.

Java & Android

This library is fully compatible with Android.

Please ask for enhancements and report bugs on Github tracker or contact us.

Features

API version 2 only is supported.

Fully implemented methods:

  • getbikestations
  • getmetrostations
  • getlinesalerts
  • getrelayparks

Planned features

  • Ability to cancel in-progress requests

The following methods should be implemented, feel free to report an issue if you’re waiting for.

  • getbikestations
  • getbikedistricts
  • getlines
  • getequipments
  • getequipmentsstatus
  • getmetrostations
  • getmetrostationsstatus
  • getpos
  • getcities
  • getcitydistricts
fr.dudie

kops

Versions

Version
2.0.1
2.0
1.0.1
1.0