NAME
IO::Iron::IronWorker::Api - IronWorker API reference for Perl Client Libraries!
VERSION
version 0.14
SYNOPSIS
This package is for internal use of IO::Iron::IronWorker::Client/Queue packages.
DESCRIPTION
SUBROUTINES/METHODS
Code Packages
IRONWORKER_LIST_CODE_PACKAGES
/projects/{Project ID}/codes
IRONWORKER_UPLOAD_OR_UPDATE_A_CODE_PACKAGE
/projects/{Project ID}/codes
IRONWORKER_GET_INFO_ABOUT_A_CODE_PACKAGE
/projects/{Project ID}/codes/{Code ID}
IRONWORKER_DELETE_A_CODE_PACKAGE
/projects/{Project ID}/codes/{Code ID}
IRONWORKER_DOWNLOAD_A_CODE_PACKAGE
/projects/{Project ID}/codes/{Code ID}/download
IRONWORKER_LIST_CODE_PACKAGE_REVISIONS
/projects/{Project ID}/codes/{Code ID}/revisions
Tasks
IRONWORKER_LIST_TASKS
/projects/{Project ID}/tasks
IRONWORKER_QUEUE_A_TASK
/projects/{Project ID}/tasks
IRONWORKER_QUEUE_A_TASK_FROM_A_WEBHOOK
/projects/{Project ID}/tasks/webhook
IRONWORKER_GET_INFO_ABOUT_A_TASK
/projects/{Project ID}/tasks/{Task ID}
IRONWORKER_GET_A_TASKS_LOG
/projects/{Project ID}/tasks/{Task ID}/log
IRONWORKER_CANCEL_A_TASK
/projects/{Project ID}/tasks/{Task ID}/cancel
IRONWORKER_SET_A_TASKS_PROGRESS
/projects/{Project ID}/tasks/{Task ID}/progress
IRONWORKER_RETRY_A_TASK
/projects/{Project ID}/tasks/{Task ID}/retry
Scheduled Tasks
IRONWORKER_LIST_SCHEDULED_TASKS
/projects/{Project ID}/schedules
IRONWORKER_SCHEDULE_A_TASK
/projects/{Project ID}/tasks
IRONWORKER_GET_INFO_ABOUT_A_SCHEDULED_TASK
/projects/{Project ID}/schedules/{Schedule ID}
IRONWORKER_CANCEL_A_SCHEDULED_TASK
/projects/{Project ID}/schedules/{Schedule ID}/cancel
Stacks
IRONWORKER_LIST_OF_AVAILABLE_STACKS
/stacks
AUTHOR
Mikko Koivunalho <mikko.koivunalho@iki.fi>
BUGS
Please report any bugs or feature requests to bug-io-iron@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=IO-Iron
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Mikko Koivunalho.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
The full text of the license can be found in the LICENSE file included with this distribution.