ApiClientGenerator
ApiClient generator
Automates generation of strongly typed HTTP client classes from APIs.
.net 6.0 Web Api Strongly Typed Client Generator
20 stars
1 watching
4 forks
Language: C#
last commit: 7 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jalalx/httpclientcodegenerator | A tool that generates boilerplate HttpClient code using Roslyn's source generator feature. | 45 |
surgicalcoder/jsonpolymorphicgenerator | Generates partial classes with JSON-derived type attributes based on polymorphic base classes | 7 |
surgicalcoder/razorpageroutegenerator | Generates strongly typed methods for Razor and Blazor Page routes with optional parameters. | 13 |
surgicalcoder/blazorinteropgenerator | Generates C# extension methods for Blazor -> Javascript interop using a JSON configuration file. | 15 |
mechanismhq/clarigen | Automatically generates TypeScript-friendly clients for interacting with Clarity smart contracts | 31 |
melchy/ridge | A source generator that creates strongly typed HTTP clients for integration tests. | 50 |
surgicalcoder/stronglytypedembeddedresources | Generates strongly typed Embedded Resource names for .NET standard 2.0 projects. | 9 |
microsoft/cswin32 | A tool that generates C# code to interact with the Windows API | 2,147 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
s-tarasov/st.nswag.serversourcegenerator | Automates API controller generation from OpenAPI specifications. | 4 |
graphql-editor/graphql-zeus | A tool that generates strongly typed clients and types from GraphQL schemas to improve developer productivity and safety | 1,946 |
ablestack/graphql-codegen-hasura | Automates the generation of strongly typed client code for a GraphQL backend using type-safe wrappers and caching mechanisms. | 154 |
caffeinetv/caffql | Generates C++ code for interacting with GraphQL APIs based on JSON schema definitions | 28 |