Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d25b7ac

Browse files
Update with new version of editor and cli
1 parent 75e38f4 commit d25b7ac

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

‎.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/python
34
{
@@ -21,7 +22,7 @@
2122
"extensions": ["learn-pack.learnpack-vscode"]
2223
}
2324
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock toml requests && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock toml requests && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
2526

2627
// Features to add to the dev container. More info: https://containers.dev/features.
2728
// "features": {},

‎learn.json

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
1+
12
{
2-
"language": "python",
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 APIs using Python",
10-
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
11-
},
12-
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
13-
"duration": 4,
14-
"videoSolutions": false,
15-
"difficulty": "easy",
16-
"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true",
17-
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
18-
"projectType": "tutorial",
19-
"autoPlay": true,
20-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
21-
"editor": {
22-
"version": "3.1.23"
23-
}
3+
"language": "python",
4+
"title": {
5+
"us": "Learn how to build HTTP requests with Python",
6+
"es": "Aprende a hacer requests HTTP con Python"
7+
},
8+
"slug": "python-http-requests-api-tutorial-exercises",
9+
"description": {
10+
"us": "Learn interactively to consume and create HTTP requests to APIs using Python",
11+
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
12+
},
13+
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
14+
"duration": 4,
15+
"videoSolutions": false,
16+
"difficulty": "easy",
17+
"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true",
18+
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
19+
"projectType": "tutorial",
20+
"autoPlay": true,
21+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
22+
"editor": {
23+
"version": "3.1.36"
24+
},
25+
"telemetry": {
26+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
27+
}
2428
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /