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

Roadmap to v1.0 #2

Open
TomTucka opened this issue Sep 26, 2020 · 1 comment
Open

Roadmap to v1.0 #2

TomTucka opened this issue Sep 26, 2020 · 1 comment
Assignees
Milestone

Comments

@TomTucka
Copy link
Owner

TomTucka commented Sep 26, 2020

Hi Everyone,

I'm aiming for an initial release of v1.0 at the end of October. v1.0 will include all relevant usage documentation and examples of how to use the library.

If you'd like to get involved please feel free to pick and endpoint and start working on it.

I currently have a working fork for the v1.1 API here: https://github.com/TomTucka/go-circleci

@TomTucka TomTucka added this to the v1.0 milestone Sep 26, 2020
@TomTucka TomTucka self-assigned this Sep 26, 2020
@TomTucka TomTucka pinned this issue Sep 26, 2020
@darkLord19
Copy link

@TomTucka Thanks for creating this client library. I was using it for one of my projects and I have hit an issue which I am not able to solve. How do I pass PipelineApiTriggerPipelineOpts? I want to pass branch name in request body but it is giving me issues.

I have tried it like this but not working

branch := `"branch" : "master"`
var opts PipelineApiTriggerPipelineOpts
opts.Body = optional.NewInterface(branch)

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

No branches or pull requests

2 participants