Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node-slate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
node-slate
Commits
67263d8d
Commit
67263d8d
authored
May 29, 2015
by
Robert Lord
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #259 from kohenkatz/patch-1
Consistency fixes
parents
234d1e19
06c1641a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.md
source/index.md
+3
-3
No files found.
source/index.md
View file @
67263d8d
...
@@ -106,7 +106,7 @@ This endpoint retrieves all kittens.
...
@@ -106,7 +106,7 @@ This endpoint retrieves all kittens.
### HTTP Request
### HTTP Request
`GET http://example.com/kittens`
`GET http://example.com/
api/
kittens`
### Query Parameters
### Query Parameters
...
@@ -136,7 +136,7 @@ api.kittens.get(2)
...
@@ -136,7 +136,7 @@ api.kittens.get(2)
```
```
```
shell
```
shell
curl
"http://example.com/api/kittens/
3
"
curl
"http://example.com/api/kittens/
2
"
-H
"Authorization: meowmeowmeow"
-H
"Authorization: meowmeowmeow"
```
```
...
@@ -164,5 +164,5 @@ This endpoint retrieves a specific kitten.
...
@@ -164,5 +164,5 @@ This endpoint retrieves a specific kitten.
Parameter | Description
Parameter | Description
--------- | -----------
--------- | -----------
ID | The ID of the
cat
to retrieve
ID | The ID of the
kitten
to retrieve
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment