Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/example-webhook
Example apps that make use of the Taykt.com web hooks API
https://github.com/d6y/example-webhook
Last synced: 3 days ago
JSON representation
Example apps that make use of the Taykt.com web hooks API
- Host: GitHub
- URL: https://github.com/d6y/example-webhook
- Owner: d6y
- Created: 2009-09-17T08:52:34.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-12T09:54:38.000Z (about 15 years ago)
- Last Synced: 2024-11-11T06:08:35.659Z (2 months ago)
- Language: Scala
- Homepage: http://api.taykt.com
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Prerequisites:
- Java 1.6
- Ant
- Maven
- J/GAE (tested against 1.2.6)
- Scala 2.7.x (or possibly later)To build:
1. Edit build.xml and make sdk.dir point to your J/GAE install; or create
an etc/user.properties file to customize this value (preferred option).
2. Run mvn package
3. Run antThis will give you a local instance running http://localhost:9000/ which you can test
with: curl http://127.0.0.1:9000/date -X POST -d text=SydneyTo deploy:
$GAE_HOME/bin/appcfg.sh [email protected] update target/example-webhook
To try it:
$ curl http://taykt-demo.appspot.com/date -X POST -d text=Sydney
It's 2009-09-17 06:21 in Eastern Standard Time (New South Wales)$ curl http://taykt-demo.appspot.com/echo -X POST -d text="Well hello" -d pid="42"
42 sent Well hello