Adds a trip for the currently-logged in user.
Usage:
POST /api/add_trip - Add a trip you are going on to Dopplr. Requires POST
Parameters:
geoname_id={id} - the GeoName ID of the destination. Use the search method to find a suitable Geoname ID.
start={ iso 8601 date } - the start date of the trip
finish={ iso 8601 date } - the finish date of the trip
Response:
Describes the created trip - see trip_info for details.
Comments (0)
You don't have permission to comment on this page.