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

Add runs() and builds() top level endpoints #296

Closed
mnmkng opened this issue Feb 1, 2023 · 0 comments · Fixed by #468
Closed

Add runs() and builds() top level endpoints #296

mnmkng opened this issue Feb 1, 2023 · 0 comments · Fixed by #468
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@mnmkng
Copy link
Member

mnmkng commented Feb 1, 2023

They're commented out and not implmented, but we already have both of them.

https://docs.apify.com/api/v2#/reference/actor-builds/build-collection/get-user-builds-list
https://docs.apify.com/api/v2#/reference/actor-runs/run-collection/get-user-runs-list

// TODO we don't have this endpoint yet
// /**
// * @return {BuildCollectionClient}
// */
// builds() {
// return new BuildCollectionClient(this._options());
// }

@gippy gippy added the t-tooling Issues with this label are in the ownership of the tooling team. label Mar 13, 2023
B4nan pushed a commit that referenced this issue Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants