class documentation
The Create view for the ACME text UI. This is a container that contains the Create request view and the response view.
| Method | __init__ |
Initialize the view. |
| Method | action |
Show the last / current request as cURL command. |
| Method | compose |
Build the Update view. |
| Method | do |
Handle the Send CREATE Request button event. |
| Method | select |
Callback for the select change. |
| Method | update |
Update the resource to update. |
| Constant | BINDINGS |
Key bindings for the Create view. |
| Instance Variable | request |
The request originator. |
| Instance Variable | request |
The request view. |
| Instance Variable | resource |
The current resource under which a new resource will be created. |
| Instance Variable | response |
The response view. |
| Instance Variable | _app |
The application. |