diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec40bc5 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# 概览 + +## 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: + +{% code title="hello.sh" %} +```bash +# Ain't no code for that yet, sorry +echo 'You got to trust me on this, I saved the world' +``` +{% endcode %} + + + diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..1651342 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,6 @@ +# Table of contents + +* [概览](README.md) +* [数组](shu-zu/README.md) + * [Ruiqi-Xie/leetcode-](shu-zu/liang-shu-zhi-he.md) + diff --git a/shu-zu/README.md b/shu-zu/README.md new file mode 100644 index 0000000..e47636c --- /dev/null +++ b/shu-zu/README.md @@ -0,0 +1,2 @@ +# 数组 + diff --git a/shu-zu/liang-shu-zhi-he.md b/shu-zu/liang-shu-zhi-he.md new file mode 100644 index 0000000..88cb6ca --- /dev/null +++ b/shu-zu/liang-shu-zhi-he.md @@ -0,0 +1,62 @@ +# Ruiqi-Xie/leetcode- + +{% api-method method="get" host="https://api.cakes.com" path="/v1/cakes/:id" %} +{% api-method-summary %} +Get Cakes +{% endapi-method-summary %} + +{% api-method-description %} +This endpoint allows you to get free cakes. +{% endapi-method-description %} + +{% api-method-spec %} +{% api-method-request %} +{% api-method-path-parameters %} +{% api-method-parameter name="id" type="string" %} +ID of the cake to get, for free of course. +{% endapi-method-parameter %} +{% endapi-method-path-parameters %} + +{% api-method-headers %} +{% api-method-parameter name="Authentication" type="string" required=true %} +Authentication token to track down who is emptying our stocks. +{% endapi-method-parameter %} +{% endapi-method-headers %} + +{% api-method-query-parameters %} +{% api-method-parameter name="recipe" type="string" %} +The API will do its best to find a cake matching the provided recipe. +{% endapi-method-parameter %} + +{% api-method-parameter name="gluten" type="boolean" %} +Whether the cake should be gluten-free or not. +{% endapi-method-parameter %} +{% endapi-method-query-parameters %} +{% endapi-method-request %} + +{% api-method-response %} +{% api-method-response-example httpCode=200 %} +{% api-method-response-example-description %} +Cake successfully retrieved. +{% endapi-method-response-example-description %} + +``` +{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"} +``` +{% endapi-method-response-example %} + +{% api-method-response-example httpCode=404 %} +{% api-method-response-example-description %} +Could not find a cake matching this query. +{% endapi-method-response-example-description %} + +``` +{ "message": "Ain't no cake like that."} +``` +{% endapi-method-response-example %} +{% endapi-method-response %} +{% endapi-method-spec %} +{% endapi-method %} + + +