Skip to content

dotnetthailand/dotnet-thailand-azure-functions

Repository files navigation

dotnet-thailand-azure-functions

Learn this project

Learn how to deploy to GitHub Actions

Test project locally

  • Run:
$ yarn start

Example of FB request body

 {
   "field": "plugin_comment",
   "value": {
     "created_time": "2021-08-03T09:44:47+0000",
     "message": "Test Comment",
     "from": {
       "name": "Test User",
       "id": "4444444444"
     },
     "id": "4444444444_4444444444"
   }
 }

 reply comment
 {
   "field": "plugin_comment_reply",
   "value": {
     "created_time": "2021-08-03T09:46:10+0000",
     "message": "Test Comment",
     "from": {
       "name": "Test User",
       "id": "4444444444"
     },
     "id": "4444444444_4444444444",
     "parent": {
       "created_time": "2021-07-22T19:59:30+0000",
       "message": "Test Parent Comment",
       "from": {
         "name": "Test User 1",
         "id": "4444444444"
       },
       "id": "4444444444_44444444"
     }
   }
 }

About

Azure Functions project for .NET Thailand to server some mini services.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •