• 
      

    Add pretty print short option to api_get

    Review Request #9794 — Created March 16, 2018 and updated — Latest diff uploaded

    Information

    RBTools
    master
    49d0f1b...

    Reviewers

    Add pretty print short option to api_get

    Tested in python 2.7

    ./bin/rbt-2.7 api-get -pp webhooks
    {
        "err": {
            "code": 101,
            "msg": "You don't have permission for this"
        },
        "stat": "fail"
    }