https://github.com/philips/endpoint-hello
Example of using a Discovery API endpoint with golang
https://github.com/philips/endpoint-hello
Last synced: over 1 year ago
JSON representation
Example of using a Discovery API endpoint with golang
- Host: GitHub
- URL: https://github.com/philips/endpoint-hello
- Owner: philips
- License: apache-2.0
- Created: 2013-11-06T01:20:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T21:56:16.000Z (over 12 years ago)
- Last Synced: 2025-02-01T20:31:40.468Z (over 1 year ago)
- Language: Go
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Endpoint Hello
Example of using [discovery APIs][discovery] outside of Google App Engine.
[discovery]: https://developers.google.com/discovery/v1/using
### Running
```
export PATH=$PATH:$PWD
go install code.google.com/p/rsc/devweb
./bin/devweb -addr ":8080" github.com/philips/endpoint-hello/dev
```
- API: `http://localhost:8080/_ah/api/discovery/v1/apis/greeting/v1/rest`
- List: `http://localhost:8080/_ah/api/greeting/v1/greetings`