Skip to content

Commit d57777f

Browse files
committed
JSApps HTTP and REST Lab
1 parent a1a0daf commit d57777f

19 files changed

+980
-0
lines changed

01.HTTP And REST Lab/.idea/HTTPandRESTLab.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

01.HTTP And REST Lab/.idea/jsLibraryMappings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

01.HTTP And REST Lab/.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

01.HTTP And REST Lab/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

01.HTTP And REST Lab/.idea/workspace.xml

Lines changed: 329 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

01.HTTP And REST Lab/01..json

Lines changed: 442 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{
3+
"id": 479839740,
4+
"url": "https://api.github.com/repos/testnakov/test-nakov-repo/labels/question",
5+
"name": "question",
6+
"color": "cc317c",
7+
"default": true
8+
},
9+
{
10+
"id": 479891966,
11+
"url": "https://api.github.com/repos/testnakov/test-nakov-repo/labels/sofia",
12+
"name": "sofia",
13+
"color": "fbca04",
14+
"default": false
15+
},
16+
{
17+
"id": 479892079,
18+
"url": "https://api.github.com/repos/testnakov/test-nakov-repo/labels/varna",
19+
"name": "varna",
20+
"color": "1d76db",
21+
"default": false
22+
}
23+
]
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"url": "https://api.github.com/repos/testnakov/test-nakov-repo/issues/646",
3+
"repository_url": "https://api.github.com/repos/testnakov/test-nakov-repo",
4+
"labels_url": "https://api.github.com/repos/testnakov/test-nakov-repo/issues/646/labels{/name}",
5+
"comments_url": "https://api.github.com/repos/testnakov/test-nakov-repo/issues/646/comments",
6+
"events_url": "https://api.github.com/repos/testnakov/test-nakov-repo/issues/646/events",
7+
"html_url": "https://github.com/testnakov/test-nakov-repo/issues/646",
8+
"id": 341890032,
9+
"node_id": "MDU6SXNzdWUzNDE4OTAwMzI=",
10+
"number": 646,
11+
"title": "I have created an issue",
12+
"user": {
13+
"login": "SonicTheCat",
14+
"id": 35112204,
15+
"node_id": "MDQ6VXNlcjM1MTEyMjA0",
16+
"avatar_url": "https://avatars3.githubusercontent.com/u/35112204?v=4",
17+
"gravatar_id": "",
18+
"url": "https://api.github.com/users/SonicTheCat",
19+
"html_url": "https://github.com/SonicTheCat",
20+
"followers_url": "https://api.github.com/users/SonicTheCat/followers",
21+
"following_url": "https://api.github.com/users/SonicTheCat/following{/other_user}",
22+
"gists_url": "https://api.github.com/users/SonicTheCat/gists{/gist_id}",
23+
"starred_url": "https://api.github.com/users/SonicTheCat/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/SonicTheCat/subscriptions",
25+
"organizations_url": "https://api.github.com/users/SonicTheCat/orgs",
26+
"repos_url": "https://api.github.com/users/SonicTheCat/repos",
27+
"events_url": "https://api.github.com/users/SonicTheCat/events{/privacy}",
28+
"received_events_url": "https://api.github.com/users/SonicTheCat/received_events",
29+
"type": "User",
30+
"site_admin": false
31+
},
32+
"labels": [],
33+
"state": "open",
34+
"locked": false,
35+
"assignee": null,
36+
"assignees": [],
37+
"milestone": null,
38+
"comments": 0,
39+
"created_at": "2018-07-17T12:04:40Z",
40+
"updated_at": "2018-07-17T12:04:40Z",
41+
"closed_at": null,
42+
"author_association": "NONE",
43+
"body": "Minor bug",
44+
"closed_by": null
45+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"Books": [
3+
null,
4+
{
5+
"author": "Bukowski",
6+
"title": "Women"
7+
},
8+
{
9+
"author": "Michael Dobs",
10+
"title": "House of Cards"
11+
},
12+
{
13+
"author": "Michail Bulgakov",
14+
"title": "The master and Margarita"
15+
}
16+
]
17+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"author": "Bukowski",
3+
"title": "Women"
4+
}

0 commit comments

Comments
 (0)