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
CircleCI has been so kind to us, I think if they don't want folks using the v1 API, we should switch to the v2 API.
Details
V2 seems a bit more chatty.
Perhaps something like:
trigger a pipeline
wait for pipeline to be created
get workflow for pipeline
wait for workflow to complete
get job for workflow
get artifact for job
Extras
I'll also probably move from clj-http.lite to babashka.http-client.
We chose clj-http.lite back in JDK8 days.
We are now on JDK23, so probably good to use more modern JVM http support (and a very actively maintained lib).
The text was updated successfully, but these errors were encountered:
I noticed...
that CircleCI has now deprecated specific endpoints in their v1 API.
Since...
CircleCI has been so kind to us, I think if they don't want folks using the v1 API, we should switch to the v2 API.
Details
V2 seems a bit more chatty.
Perhaps something like:
Extras
I'll also probably move from clj-http.lite to babashka.http-client.
We chose clj-http.lite back in JDK8 days.
We are now on JDK23, so probably good to use more modern JVM http support (and a very actively maintained lib).
The text was updated successfully, but these errors were encountered: