Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@antwatkins
Created July 12, 2012 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antwatkins/3098754 to your computer and use it in GitHub Desktop.
Save antwatkins/3098754 to your computer and use it in GitHub Desktop.
Curl to Avro Sample Server
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"adSpaceName":"splash_screen","location":{"lat":12.231212,"lon":23.3435},
}' http://localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment