https://github.com/anibulus/webhook.net
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.4%) to scientific vocabulary
Keywords
Repository
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Webhook.Net
Webhook sample in .Net C#. This webhook saves the information in memory. It's just a sample server-client project.
How to run
To watch it work use this command to run the server:
bash
dotnet run --project Webhook.Net
Then run the client
bash
dotnet run --project Webhook.Client.Net/
You can use curl to trigger the action
bash
curl -X POST http://localhost:5278/publish -H "C
ontent-Type: application/json" -d '{
"Topic": "item.new",
"Message": {
"Name": "Some Item",
"Price": "2.55"
}
}'
To Do
Add webhook service to a database model
Owner
- Name: Luis Preza
- Login: Anibulus
- Kind: user
- Location: Jal. México
- Website: https://anibulus.site?q=g
- Twitter: Anibulus
- Repositories: 4
- Profile: https://github.com/Anibulus
Backend developer / Game developer
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0