Skip to content

Latest commit

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Okapi Tracking API

Maven Central

A simple and resilient wrapper library for the new state-owned French logistical carrier parcels and mail tracking API (LaPoste/Okapi — v2).

Click here to learn more about the official API.

Requirements

Use case

To track a parcel or a mail, you need to call the getTracking method with the parcel's tracking number as a parameter:

importcom.astrepid.okapi.IOkapiService;
importcom.astrepid.okapi.OkapiServiceImpl;
importcom.astrepid.okapi.tracking.OkapiTracking;
classMain {
IOkapiServiceservice = newOkapiServiceImpl("YOUR_API_KEY");
OkapiTrackingtracking = service.getTracking("TRACKING_NUMBER");
}

To execute the tests, you need a valid sandbox API key. You can get one by registering here.

Authors

About

Java wrapper for Okapi/LaPoste tracking API v2

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages