You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I have installed to Agent-SDK successfully, but now I don't exactly know what do next?
Can we add a few basic steps & information to the docs? Things like:
An explanation what happened based on the command: go get github.com/Axway/agent-sdk/
Basically what happens on my side, it cloned the GitHub Repo into go\src\github.com\Axway\agent-sdk - Is this correct?
I also got this message: package github.com/Axway/agent-sdk: no Go files in C:\Users\cwiechmann\go\src\github.com\Axway\agent-sdk
A few more general words about the SDK and how to use it would be great
What is now the next step to get started?
I'm a Go newbie and need some help
I checked the Discovery-Docs section, but looks already very specific
Is there any command to kickoff my work based on the SDK?
Or should I copy something ... ?
Also a recommendation about the tools you are using is always helpful and gives guidance
How to Debug
Are you using for example VS Code
Some kind of very basic Get started steps.
I know it might look basic, but we should not expect that people are already experienced and we should try to make it as simple as possible to get started to see first results. Based on that people can dig deeper.
The text was updated successfully, but these errors were encountered:
Regarding the next step you can use the sample stub projects for both discovery and traceability agent (links towards the end of README) that can be used as the starting point to build your own agent. Both stubs have a README with some instructions and work out of box by building locally
I think I have installed to Agent-SDK successfully, but now I don't exactly know what do next?
Can we add a few basic steps & information to the docs? Things like:
go get github.com/Axway/agent-sdk/
package github.com/Axway/agent-sdk: no Go files in C:\Users\cwiechmann\go\src\github.com\Axway\agent-sdk
Some kind of very basic Get started steps.
I know it might look basic, but we should not expect that people are already experienced and we should try to make it as simple as possible to get started to see first results. Based on that people can dig deeper.
The text was updated successfully, but these errors were encountered: