Class Apipie::Client::CliCommand
In: lib/apipie/client/cli_command.rb
Parent: Thor

Methods

Public Class methods

Public Instance methods

unifies the data for further processing. e.g.

    { "user" => {"username" => "test", "password" => "changeme" }

becomes:

    { "username" => "test", "password" => "changeme" }

[Validate]