You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Welcome to the Kittn API! You can use our API to access Kittn API endpoints, which can get information on various cats, kittens, and breeds in our database.</p>
40
51
41
52
<p>We have language bindings in Shell, Ruby, and Python! You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.</p>
42
53
43
54
<p>This example API documentation page was created with <ahref="http://github.com/tripit/slate">Slate</a>. Feel free to edit it and use it as a base for your own API’s documentation.</p>
<h1id='kittens'>Kittens</h1><h2id='get-all-kittens'>Get All Kittens</h1><preclass="highlight ruby"><spanclass="nb">require</span><spanclass="s1">'kittn'</span>
@@ -173,13 +172,9 @@ <h2 id="get-a-specific-kitten">Get a Specific Kitten</h2>
173
172
<p>This endpoint retrieves a specific kitten.</p>
174
173
175
174
<p><asideclass="warning">If you’re not using an administrator API key, note that some kittens will return 403 Forbidden if they are hidden for admins only.</aside></p>
<p><asideclass="notice">This error section is stored in a separate file in <codeclass="prettyprint">includes/_errors.md</code>. Slate allows you to optionally separate out your docs into many files…just save them to the <codeclass="prettyprint">includes</code> folder and add them to the top of your <codeclass="prettyprint">index.md</code>’s frontmatter. Files are included in the order listed.</aside></p>
198
192
199
193
<p>The Kittn API uses the following error codes:</p>
0 commit comments