autocode-cli
Version:
code automation for every language, framework and platform
24 lines • 383 B
JSON
{
"action": "/projects",
"method": "post",
"fields": {
"repo": {
"label": "GitHub Repo",
"type": "text"
},
"name": {
"label": "Name",
"type": "text"
},
"description": {
"label": "Description",
"type": "textarea"
}
},
"buttons": {
"submit": {
"label": "Create Project",
"type": "submit"
}
}
}