Official SDK for CodeMaker AI APIs.
In order to start using the SDK.
- Sign up for the Early Access Program at https://codemaker.ai.
- Receive the Early Access invitation email.
- Add CodeMaker SDK to your project.
$ go get github.com/codemakerai/codemaker-sdk-go- Integrate the SDK with your code.
c := client.NewClient(&client.Config{
ApiKey: apiKey,
})MIT License