From aad5a80372a953450d7f1683d32c1cda257a73bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Aug 2025 17:56:47 +0200 Subject: [PATCH] Added story --- docs/articles/introduction.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/articles/introduction.md b/docs/articles/introduction.md index f6ecaa6..11ef326 100644 --- a/docs/articles/introduction.md +++ b/docs/articles/introduction.md @@ -1 +1,17 @@ -# Introduction \ No newline at end of file +# Introduction + +A small private project was the start for this development. + +I wanted to manage several domains registered with different providers together under one interface. + +Unfortunately, there is no official Cloudflare library for .NET, so I decided to implement my own... + +... and here it is! :D + +--- + +The goal is to allow a modular implementation of the Cloudflare API. + +Each NuGet package can stand alone and represents a section of the developer documentation. +The basics (client, authentication, ...) are implemented in a core package: [AMWD.Net.API.Cloudflare](https://www.nuget.org/packages/AMWD.Net.API.Cloudflare). +On this base, the other packages can be loaded, which then extend the client with corresponding methods.