https://github.com/tryagi/forem
C# SDK based on official Forem OpenAPI specification
https://github.com/tryagi/forem
ai autosdk csharp devto dotnet net8 netstandard sdk
Last synced: 2 months ago
JSON representation
C# SDK based on official Forem OpenAPI specification
- Host: GitHub
- URL: https://github.com/tryagi/forem
- Owner: tryAGI
- License: mit
- Created: 2024-09-28T15:48:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T18:59:30.000Z (about 1 year ago)
- Last Synced: 2025-06-23T19:45:16.028Z (about 1 year ago)
- Topics: ai, autosdk, csharp, devto, dotnet, net8, netstandard, sdk
- Language: C#
- Homepage: https://tryagi.github.io/Forem/
- Size: 567 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forem
[](https://www.nuget.org/packages/Forem/)
[](https://github.com/tryAGI/Forem/actions/workflows/dotnet.yml)
[](https://github.com/tryAGI/Forem/blob/main/LICENSE.txt)
[](https://discord.gg/Ca2xhfBf3v)
## Features 🔥
- Fully generated C# SDK based on [official Forem OpenAPI specification](https://developers.forem.com/redocusaurus/plugin-redoc-1.yaml) using [AutoSDK](https://github.com/HavenDV/AutoSDK)
- Same day update to support new features
- Updated and supported automatically if there are no breaking changes
- All modern .NET features - nullability, trimming, NativeAOT, etc.
- Support .Net Framework/.Net Standard 2.0
### Usage
```csharp
using Forem;
using var client = new ForemClient(apiKey);
```
## Support
Priority place for bugs: https://github.com/tryAGI/Forem/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Forem/discussions
Discord: https://discord.gg/Ca2xhfBf3v
## Acknowledgments

This project is supported by JetBrains through the [Open Source Support Program](https://jb.gg/OpenSourceSupport).