Skip to content

Instantly share code, notes, and snippets.

View unalman's full-sized avatar
🥰
Consistency

Sadık Ünal Çokünlü unalman

🥰
Consistency
View GitHub Profile
@unalman
unalman / CloudFlareApiClient.cs
Created August 29, 2019 12:51 — forked from tommyready/CloudFlareApiClient.cs
Update Cloud Flare DNS Record via Cloud Flare API v4 using C#
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using Newtonsoft.Json;
namespace CloudFlareApiClient
{
class Program
{