pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] fly_io

Open pipedream-component-development opened this issue 1 year ago • 3 comments

fly_io

URLs

  • https://docs.machines.dev/#description/introduction

Actions

create-app

Prompt

Create an app with the specified details in the request body.

URLs

  • https://docs.machines.dev/#tag/apps/post/apps

create-machine

Prompt

Create a Machine within a specific app using the details provided in the request body.

URLs

  • https://docs.machines.dev/#tag/machines/post/apps/{app_name}/machines

create-volume

Prompt

Create a volume for a specific app using the details provided in the request body.

URLs

  • https://docs.machines.dev/#tag/volumes/post/apps/{app_name}/volumes

Polling Sources

new-event-created

Prompt

Emit new event when a new event is created.

URLs

  • https://docs.machines.dev/#tag/machines/get/apps/{app_name}/machines/{machine_id}/events

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information https://vunguyenhung.notion.site/Components-fly_io-b187c2f4a223407ab4d03ec5ae2f8e34

vunguyenhung avatar May 10 '24 02:05 vunguyenhung

Hi @vunguyenhung please try again with latest commit! Thanks in advance!

jcortes avatar May 10 '24 15:05 jcortes

Hi everyone, all test cases are passed! Ready for release!

Test report https://vunguyenhung.notion.site/Components-fly_io-b187c2f4a223407ab4d03ec5ae2f8e34

vunguyenhung avatar May 12 '24 12:05 vunguyenhung