-
Notifications
You must be signed in to change notification settings - Fork 51
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
Examples or documentation would be appreciated #305
Comments
I'm in the same boat! |
I've since figured out a few basics: you can build and install the plugin yourself by:
This should create a package located at: You then need to configure smith-build.json to output go:
Lastly you need to add a dependency in the build.gradle.kts:
I also added it as a buildscript dependency though I'm not really sure how gradle works or what i'm doing. |
Does anyone here have examples of usage of generated API client code? I'm trying to use it now, but not sure how to configure the address of the API server. |
I'm glad its not just me I thought I was going crazy. Any sort of real basic quick start would be super helpful. |
I'd like to note that this should be nested under "plugins": {
"go-codegen": {
"service": "my.service#MyService",
"module": "github.com/my/module"
}
} |
On its own smithy-go isn't usable its in current state - we need to at the very least move the protocol generators out of the SDK into this project (#458). I've updated the README to reflect this. |
Hello!
I'm interested in using smithy-go. Some examples or documentation would be very much appreciated. Thanks :)
The text was updated successfully, but these errors were encountered: