standard-covoiturage/README.md

26 lines
634 B
Markdown
Raw Permalink Normal View History

2022-12-11 23:06:27 +00:00
# COOPGO Standard Covoiturage
2023-01-10 08:03:07 +00:00
WORK IN PROGRESS
2022-12-11 23:06:27 +00:00
2023-01-10 08:03:07 +00:00
Golang implementation of the [Standard Covoiturage](https://github.com/fabmob/standard-covoiturage/) specification. This library is part of the COOPGO Technical Platform and provides client and server implementations of the standard.
## Progress :
### Server
- [X] Get Driver Journeys
- [X] Get Passenger Journeys
- [X] Get Driver Regular Trips
- [X] 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