Skip to content

Commit 1d8eeff

Browse files
authored
Update learn.json
1 parent 9463887 commit 1d8eeff

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

learn.json

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
{
22
"language": "python3",
3-
"slug": "python-flask-api-tutorial",
4-
"description": "Create a Todo list API Interactively using Python language and the Flask Framework",
3+
"title": {
4+
"us": "Learn how to build HTTP requests with Python",
5+
"es": "Aprende a hacer requests HTTP con Python"
6+
},
7+
"slug": "python-http-requests-api-tutorial-exercises",
8+
"description": {
9+
"us": "Learn interactively to consume and create HTTP requests to API's using Python",
10+
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
11+
},
512
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
13+
"duration": 4,
614
"videoSolutions": false,
15+
"difficulty": "easy",
716
"preview": "https://storage.googleapis.com/breathecode-asset-images/Screenshot%202023-08-16%20at%202.06.51%20PM.png",
17+
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
818
"projectType": "tutorial",
19+
"autoPlay": true,
920
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
10-
11-
"editor": {
12-
"version": "1.0.73"
13-
}
21+
"editor": {
22+
"version": "1.0.73"
23+
}
1424

1525
}

0 commit comments

Comments
 (0)