Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.15 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.15 KB

Install Super Powers

Getting Super Powers

Becoming a super hero is a fairly straight forward process:

$ give me super-powers

{% hint style="info" %} Super-powers are granted randomly so please submit an issue if you're not happy with yours. {% endhint %}

Once you're strong enough, save the world:

// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

{% api-method method="get" host="" path="/v1/superpowers" %} {% api-method-summary %}

{% endapi-method-summary %}

{% api-method-description %}

{% endapi-method-description %}

{% api-method-spec %} {% api-method-request %} {% api-method-path-parameters %} {% api-method-parameter name="superPower" type="string" required=false %} Get super power {% endapi-method-parameter %} {% endapi-method-path-parameters %} {% endapi-method-request %}

{% api-method-response %} {% api-method-response-example httpCode=200 %} {% api-method-response-example-description %}

{% endapi-method-response-example-description %}

{ superPower: 'Napping' }

{% endapi-method-response-example %} {% endapi-method-response %} {% endapi-method-spec %} {% endapi-method %}