gaecountries

package
v2.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2014 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Demonstrate a simple Google App Engine app

The curl demo:

curl -i -d '{"Code":"FR","Name":"France"}' http://127.0.0.1:8080/countries
curl -i -d '{"Code":"US","Name":"United States"}' http://127.0.0.1:8080/countries
curl -i http://127.0.0.1:8080/countries/FR
curl -i http://127.0.0.1:8080/countries/US
curl -i http://127.0.0.1:8080/countries
curl -i -X DELETE http://127.0.0.1:8080/countries/FR
curl -i http://127.0.0.1:8080/countries
curl -i -X DELETE http://127.0.0.1:8080/countries/US
curl -i http://127.0.0.1:8080/countries

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteCountry

func DeleteCountry(w rest.ResponseWriter, r *rest.Request)

func GetAllCountries

func GetAllCountries(w rest.ResponseWriter, r *rest.Request)

func GetCountry

func GetCountry(w rest.ResponseWriter, r *rest.Request)

func PostCountry

func PostCountry(w rest.ResponseWriter, r *rest.Request)

Types

type Country

type Country struct {
	Code string
	Name string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL