Go to file
Arnaud Delcasse e9176dc0ee Improve README 2023-01-10 09:03:07 +01:00
cmd/standardcovoiturage-to-rdex-gateway Initial commit 2022-12-12 00:06:27 +01:00
README.md Improve README 2023-01-10 09:03:07 +01:00
bookings.go Initial commit 2022-12-12 00:06:27 +01:00
carpool-bookings.go Initial commit 2022-12-12 00:06:27 +01:00
cars.go Initial commit 2022-12-12 00:06:27 +01:00
go.mod Initial commit 2022-12-12 00:06:27 +01:00
go.sum Initial commit 2022-12-12 00:06:27 +01:00
journeys.go Initial commit 2022-12-12 00:06:27 +01:00
preferences.go Initial commit 2022-12-12 00:06:27 +01:00
prices.go Initial commit 2022-12-12 00:06:27 +01:00
schedules.go Initial commit 2022-12-12 00:06:27 +01:00
server.go content type and status code issues 2022-12-13 10:21:13 +01:00
trips.go Initial commit 2022-12-12 00:06:27 +01:00
users.go Initial commit 2022-12-12 00:06:27 +01:00

README.md

COOPGO Standard Covoiturage

WORK IN PROGRESS

Golang implementation of the Standard Covoiturage specification. This library is part of the COOPGO Technical Platform and provides client and server implementations of the standard.

Progress :

Server

  • Get Driver Journeys
  • Get Passenger Journeys
  • Get Driver Regular Trips
  • Get passenger Regular Trips
  • Booking
  • Booking events

Client

  • Get Driver Journeys
  • Get Passenger Journeys
  • Get Driver Regular Trips
  • Get passenger Regular Trips
  • Booking
  • Booking events