Skip to content

Commit bb1e695

Browse files
committed
added repository
1 parent 4e0ea39 commit bb1e695

File tree

14 files changed

+1
-202
lines changed

14 files changed

+1
-202
lines changed

.breathecode/resets/01-what-is-a-request/app.py

-6
This file was deleted.

.breathecode/resets/02-random-status/app.py

-3
This file was deleted.

.breathecode/resets/03-response-body/app.py

-3
This file was deleted.

.breathecode/resets/04-response-body-json/app.py

-4
This file was deleted.

.breathecode/resets/05-project-name/app.py

-3
This file was deleted.

.breathecode/resets/06-project-list/app.py

-3
This file was deleted.

.breathecode/resets/07-project-list-image/app.py

-3
This file was deleted.

.breathecode/resets/08-blog-post-author/app.py

-3
This file was deleted.

.breathecode/resets/09-array-of-blog-titles/app.py

-5
This file was deleted.

.breathecode/resets/10-get_post_tags/app.py

-8
This file was deleted.

.breathecode/resets/11-get_attachment_by_id/app.py

-7
This file was deleted.

.breathecode/resets/12-post-request/app.py

-3
This file was deleted.

.breathecode/resets/13-post-request-body/app.py

-4
This file was deleted.

bc.json

+1-147
Original file line numberDiff line numberDiff line change
@@ -1,150 +1,4 @@
11
{
2-
"port": 3000,
3-
"address": "localhost",
4-
"editor": "gitpod",
5-
"outputPath": "./.breathecode/dist",
6-
"publicPath": "/preview",
7-
"grading": "isolated",
8-
"ignoreRegex": null,
9-
"webpack_template": null,
10-
"disable_grading": false,
11-
"onCompilerSuccess": null,
122
"language": "python3",
13-
"compiler": "python3",
14-
"tester": "pytest",
15-
"actions": [
16-
"run",
17-
"test",
18-
"reset"
19-
],
20-
"session": 3445355432462036000,
21-
"exercisesPath": "./exercises",
22-
"exercises": [
23-
{
24-
"slug": "01-hello-world",
25-
"title": "01-hello-world",
26-
"path": "exercises/01-hello-world",
27-
"translations": [
28-
"es",
29-
"us"
30-
]
31-
},
32-
{
33-
"slug": "01-what-is-a-request",
34-
"title": "01-what-is-a-request",
35-
"path": "exercises/01-what-is-a-request",
36-
"translations": [
37-
"es",
38-
"us"
39-
]
40-
},
41-
{
42-
"slug": "02-random-status",
43-
"title": "02-random-status",
44-
"path": "exercises/02-random-status",
45-
"translations": [
46-
"es",
47-
"us"
48-
]
49-
},
50-
{
51-
"slug": "03-response-body",
52-
"title": "03-response-body",
53-
"path": "exercises/03-response-body",
54-
"translations": [
55-
"es",
56-
"us"
57-
]
58-
},
59-
{
60-
"slug": "04-response-body-json",
61-
"title": "04-response-body-json",
62-
"path": "exercises/04-response-body-json",
63-
"translations": [
64-
"es",
65-
"us"
66-
]
67-
},
68-
{
69-
"slug": "05-project-name",
70-
"title": "05-project-name",
71-
"path": "exercises/05-project-name",
72-
"translations": [
73-
"es",
74-
"us"
75-
]
76-
},
77-
{
78-
"slug": "06-project-list",
79-
"title": "06-project-list",
80-
"path": "exercises/06-project-list",
81-
"translations": [
82-
"es",
83-
"us"
84-
]
85-
},
86-
{
87-
"slug": "07-project-list-image",
88-
"title": "07-project-list-image",
89-
"path": "exercises/07-project-list-image",
90-
"translations": [
91-
"es",
92-
"us"
93-
]
94-
},
95-
{
96-
"slug": "08-blog-post-author",
97-
"title": "08-blog-post-author",
98-
"path": "exercises/08-blog-post-author",
99-
"translations": [
100-
"es",
101-
"us"
102-
]
103-
},
104-
{
105-
"slug": "09-array-of-blog-titles",
106-
"title": "09-array-of-blog-titles",
107-
"path": "exercises/09-array-of-blog-titles",
108-
"translations": [
109-
"es",
110-
"us"
111-
]
112-
},
113-
{
114-
"slug": "10-get_post_tags",
115-
"title": "10-get_post_tags",
116-
"path": "exercises/10-get_post_tags",
117-
"translations": [
118-
"es",
119-
"us"
120-
]
121-
},
122-
{
123-
"slug": "11-get_attachment_by_id",
124-
"title": "11-get_attachment_by_id",
125-
"path": "exercises/11-get_attachment_by_id",
126-
"translations": [
127-
"es",
128-
"us"
129-
]
130-
},
131-
{
132-
"slug": "12-post-request",
133-
"title": "12-post-request",
134-
"path": "exercises/12-post-request",
135-
"translations": [
136-
"es",
137-
"us"
138-
]
139-
},
140-
{
141-
"slug": "13-post-request-body",
142-
"title": "13-post-request-body",
143-
"path": "exercises/13-post-request-body",
144-
"translations": [
145-
"es",
146-
"us"
147-
]
148-
}
149-
]
3+
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises"
1504
}

0 commit comments

Comments
 (0)