La Poste API Suivi v2

API Java pour l'API Suivi v2 de La Poste

License

License

GroupId

GroupId

org.dajlab
ArtifactId

ArtifactId

laposte-suivi-api
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

La Poste API Suivi v2
API Java pour l'API Suivi v2 de La Poste
Project URL

Project URL

http://www.dajlab.org
Source Code Management

Source Code Management

http://github.com/e-amzallag/laposte-suivi-api/tree/master

Download laposte-suivi-api

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.10.0
com.fasterxml.jackson.core : jackson-annotations jar 2.10.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.0
commons-codec : commons-codec jar 1.13

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

API Java pour l'API Suivi v2 de La Poste.

Maven Central

Voir https://developer.laposte.fr/products/suivi/latest pour plus d'informations sur l'API officielle Suivi de La Poste.

Cas d'utilisation

Pour obtenir le suivi d'un courrier, Colissimo ou Chronopost :

ILaPosteService service = new LaPosteServiceImpl("cleOkapi");

LPSuivi suivi = service.getSuivi("4P36275770836");

Pour exécuter les tests, vous devez vous munir d'une clé sandbox.

Versions

Version
0.0.2