Skip to content

Instantly share code, notes, and snippets.

View AntonioFranchinotti's full-sized avatar

Antonio Franchinotti AntonioFranchinotti

View GitHub Profile
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.Extensions.Logging;
using PlayFab.Plugins.CloudScript;
using PlayFab.ServerModels;
namespace YourNameSpace
{