Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat): support multi url environments in C# #4120

Merged
merged 6 commits into from
Jul 25, 2024

Conversation

dsinghvi
Copy link
Member

In this PR, we add support to the C# SDK to generate an SDK that can target multiple base urls (e.g. if endpoints belong to different microservices).

@dsinghvi dsinghvi requested a review from dcb6 July 25, 2024 18:55
@dsinghvi dsinghvi marked this pull request as ready for review July 25, 2024 19:07
/// URL for the s3 service
/// </summary>
public string S3 { get; init; }
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example of a generated multi url environment class

Co-authored-by: Dan Burke <danielb14065@gmail.com>
Copy link
Contributor

@dcb6 dcb6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, you cranked this out 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants