dotnet / dotnet/aspnetcore

Generating REST Clients for .NET Minimal / Web API APIs.

Open
#36,636 5 comments 7 reactions 1 assignee Claimed by @bradygaster View on GitHub
area-minimal feature-minimal-actions feature-openapi investigate Priority:1
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 6h
Merged PRs (30d)
290

Description

### Is your feature request related to a problem? Please describe.

Investigate how retrofit or refit can be used for REST Client generations with dotnet-api tooling.

### Describe the solution you'd like

Retrofit or refit are great libraries for generating REST clients for mostly android apps. They allow you to define an interface containing a set of endpoints that your application will be interacting with, and then you can generate the implementation code. We would like to investigate the possibility of using retrofit/refit/or something new for generating REST Client implementations with dotnet-api tooling.

### Additional context

- [ ] https://github.com/reactiveui/refit
- [ ] https://square.github.io/retrofit/

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.