-
Notifications
You must be signed in to change notification settings - Fork 38
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
Replace jszwedko/go-circleci with in house client #17
Comments
Feel free to assign me as reviewer if you have a PR for it. |
How do you propose we work on this matter ? I have never made any API client so I'm not the best judge of the quality and extensibility of We can also ping @jszwedko if he need some help maintaining his client. |
I already have a prototype client (based on the one that was used before the switch to @jszwedko one) only covering the 3 endpoints we need for env vars. I'm currently adding more unit tests mostly covering error cases and then I'll submit a PR for you to check. Once we are satisfied with the result we can include the follow/unfollow endpoints as well. |
Ok, so minimal api client, opinionated as it is meant first to be use for the this TF provider. Sounds good ! |
👍 definitely do whatever makes sense for this project, but I'm happy to help integrate needed endpoints into |
Is this fixed by #44 now? |
Yes |
github.com/jszwedko/go-circleci
does not seem to move anywhere in supporting api version 1.1 (see #2). Also, to support #15, we need theunfollow
endpoint which is not implemented yet (not sure if it's a 1.0 endpoint and so can be merged upstream there).The text was updated successfully, but these errors were encountered: