|
1 | 1 | {
|
2 | 2 | "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 | + }, |
5 | 12 | "repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
|
| 13 | + "duration": 4, |
6 | 14 | "videoSolutions": false,
|
| 15 | + "difficulty": "easy", |
7 | 16 | "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", |
8 | 18 | "projectType": "tutorial",
|
| 19 | + "autoPlay": true, |
9 | 20 | "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 | + } |
14 | 24 |
|
15 | 25 | }
|
0 commit comments