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

[stacked 2/n] Rewrite client codegen to use #[conjure_client] #417

Open
wants to merge 1 commit into
base: macro-client
Choose a base branch
from

Conversation

sfackler
Copy link
Member

@sfackler sfackler commented Jan 21, 2025

Before this PR

Conjure-generated clients were still open-coded rather than using the new #[conjure_client] macro.

After this PR

==COMMIT_MSG==
Conjure-generated clients now use the #[conjure_client] macro. Consumers will need to import the new FooService trait to use the FooServiceClient methods. The async client has been renamed from FooServiceAsyncClient to AsyncFooServiceClient.
==COMMIT_MSG==

Closes #245

@sfackler sfackler requested a review from a team January 21, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant