Skip to content

Instantly share code, notes, and snippets.

@poornimanayar
poornimanayar / GistEmbedProvider.cs
Last active February 3, 2022 15:40
Embed Provider for Gist
using System.Collections.Generic;
using System.Dynamic;
using System.Net.Http;
using System.Net.Http.Json;
using System.Text;
using Umbraco.Cms.Core.Media;
using Umbraco.Cms.Core.Media.EmbedProviders;
using Umbraco.Cms.Core.Serialization;
@poornimanayar
poornimanayar / ActionOnGoogleWebhook.cs
Last active February 28, 2021 15:40
Action on Google & Umbraco Heartcore Azure Function Example
using System;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Google.Cloud.Dialogflow.V2;