Ridge
Client generator
A source generator that creates strongly typed HTTP clients for integration tests.
50 stars
2 watching
0 forks
Language: C#
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
surgicalcoder/apiclientgenerator | A tool that generates strongly typed HTTP client classes for .NET 6.0 Web API projects. | 19 |
jalalx/httpclientcodegenerator | A tool that generates boilerplate HttpClient code using Roslyn's source generator feature. | 45 |
nenonaninu/typedsignalr.client | A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 147 |
interagent/heroics | A Ruby HTTP client generator that creates an API client from a JSON schema | 413 |
collinalpert/lombok.net | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 313 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
mechanismhq/clarigen | Automatically generates TypeScript-friendly clients for interacting with Clarity smart contracts | 31 |
gabriella439/optparse-generic | A tool to automatically generate a command-line interface from any Haskell data type | 208 |
burgyn/mmlib.mediatr.generators | Automates the creation of controllers and their methods based on MediatR requests | 37 |
beakona/autointerface | An interface-to-member source generator that creates code to redirect interface calls to backing members. | 76 |
lokimidgard/autoinvoke.generator | Automates method invocation for all non-static types in a project based on an annotated generic method. | 9 |
jimmy-mll/dependencyinjection.sourcegenerators | Automates service registration in the Dependency Injection service collection. | 6 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
lucasteles/strongly | Generates boilerplate code for strongly-typed values | 35 |
mmuller88/cdk-alps-spec-rest-api | An AWS CDK construct that generates an API Gateway from an ALPS API YAML file | 6 |