description |
---|
It is a Good Days! |
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:
{% code title="hello.sh" %}
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
{% endcode %}
{% api-method method="get" host="https://example.com/v1/cakes/:id" path="" %} {% api-method-summary %} Test {% endapi-method-summary %}
{% api-method-description %} Oh yeah {% endapi-method-description %}
{% api-method-spec %} {% api-method-request %} {% api-method-path-parameters %} {% api-method-parameter name="" type="string" required=false %}
{% endapi-method-parameter %} {% endapi-method-path-parameters %} {% endapi-method-request %}
{% api-method-response %} {% api-method-response-example httpCode=200 %} {% api-method-response-example-description %} response {% endapi-method-response-example-description %}
{
"code": 200,
"messages": None,
"data": [
"name": "John Doe",
"age": 100
]
}
{% endapi-method-response-example %} {% endapi-method-response %} {% endapi-method-spec %} {% endapi-method %}