Skip to content

Commit

Permalink
updated the user info stuff for twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
pulcher committed Feb 18, 2024
1 parent d887ee8 commit 2a28078
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions MrBigHead.Func/GetTwitchUserInfo.cs
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
using System.ComponentModel.DataAnnotations;
using System.Net;
using Azure.Core;
using System.Net.Http.Headers;
using Azure.Identity;
using Azure.Security.KeyVault.Secrets;
using Microsoft.Azure.Functions.Worker;
using Microsoft.Azure.Functions.Worker.Http;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Microsoft.VisualBasic;
using MrBigHead.Shared;
using static System.Net.WebRequestMethods;
using System.Net.Http.Json;
using Microsoft.Extensions.Configuration;
using System.Text.Json.Nodes;
using System.Text.Json.Serialization;
using System.Net;
using System.Net.Http.Headers;
using System.Text.Json;
using System;
using System.Text.Json.Nodes;

namespace MrBigHead.Func
{
Expand Down

0 comments on commit 2a28078

Please sign in to comment.