🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

github.com/tjskrish/uber-api-and-google-location-api-in-go-lang

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tjskrish/uber-api-and-google-location-api-in-go-lang

Source
Go
Version
v0.0.0-20151124034355-685dced67390
Version published
Created
Source

INSERTING

curl -H "Content-Type: application/json" -X POST -d '{"Name":"John Smit","Address":"950 Mason St","City":"San Francisco","State":"CA","Zip":"94108"}' http://localhost:8083/locations

curl -H "Content-Type: application/json" -X POST -d '{"Name":"John Smit","Address":"Golden Gate Bridge","City":"San Francisco","State":"CA","Zip":"94129"}' http://localhost:8083/locations

curl -H "Content-Type: application/json" -X POST -d '{"Name":"John Smit","Address":"Beach St. at the Embarcadero","City":"San Francisco","State":"CA","Zip":"94133"}' http://localhost:8083/locations

curl -H "Content-Type: application/json" -X POST -d '{"Name":"John Smit","Address":"Golden Gate Park","City":"San Francisco","State":"CA","Zip":"94129"}' http://localhost:8083/locations

curl -H "Content-Type: application/json" -X POST -d '{"Name":"John Smit","Address":"501 Twin Peaks Blvd","City":"San Francisco","State":"CA","Zip":"94114"}' http://localhost:8083/locations


TRIPS

curl -H "Content-Type: application/json" -X POST -d '{"starting_from_location_id": "1",
    "location_ids" : [ "2", "3", "4", "5", "1" ] }' http://localhost:8083/trips


FAQs

Package last updated on 24 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts