Skip to content

FluffyCobra/ESixSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESixSharp

.NET 8+ wrapper for the E621.net REST API with Clean Architecture.

Structure

  • ESixSharp.Domain — Entities (Post, Tag, PostTags), enums (Rating, TagCategory), interfaces
  • ESixSharp.ApplicationTagAggregator service, E621Options configuration
  • ESixSharp.InfrastructureE621HttpClient with rate limiting, PostService, TagService

Usage

services.AddESixSharp(options =>
{
    options.UserAgent = "MyApp/1.0 (by username on e621)";
    options.Username = "your_username";
    options.ApiKey = "your_api_key";
});

Build & Test

dotnet build
dotnet test

About

A .NET client library for the E621/E926 API (furry art platform). Provides typed access to posts, tags, wiki pages, comments and more, following Clean Architecture principles.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages