Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lockstep/pixelz_webhook_verification
Example implementations of Pixelz webhook verifications across languages
https://github.com/lockstep/pixelz_webhook_verification
Last synced: 26 days ago
JSON representation
Example implementations of Pixelz webhook verifications across languages
- Host: GitHub
- URL: https://github.com/lockstep/pixelz_webhook_verification
- Owner: lockstep
- Created: 2015-09-08T05:18:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T08:55:33.000Z (over 9 years ago)
- Last Synced: 2023-08-05T16:56:11.040Z (over 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixelz Webhook Verification
This repository contains two implementation of verify Webhook process with two languages includes php(follow pixelz documentaion) and ruby.
### How to run
For php, I use apache webserver and see error log at /private/var/log/apache2/error_lo
For ruby, I use sinatra. The way to run is
```sh
ruby verify_webhook.rb
```I also use [ngrok](https://ngrok.com/) for expose a local server behind a NAT.