Is the Drone API documented? I need to automate some functions, and I’d rather not do them in bash (current pain point is the drone build ls
pagination. --limit
doesn’t allow for returning > 25 entries)
-Jason
Is the Drone API documented? I need to automate some functions, and I’d rather not do them in bash (current pain point is the drone build ls
pagination. --limit
doesn’t allow for returning > 25 entries)
-Jason
There are no published docs, but the library that the cli uses is: https://github.com/drone/drone-go and you could try to find where pagination/limits happen, which may assist you in finding what you need.