Skip to content

Commit

Permalink
Merge pull request #26 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update with new version of editor and cli
  • Loading branch information
Charlytoc authored Apr 24, 2024
2 parents 75e38f4 + d25b7ac commit 1b12a8e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
Expand All @@ -21,7 +22,7 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock toml requests && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock toml requests && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
48 changes: 26 additions & 22 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@

{
"language": "python",
"title": {
"us": "Learn how to build HTTP requests with Python",
"es": "Aprende a hacer requests HTTP con Python"
},
"slug": "python-http-requests-api-tutorial-exercises",
"description": {
"us": "Learn interactively to consume and create HTTP requests to APIs using Python",
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
},
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"duration": 4,
"videoSolutions": false,
"difficulty": "easy",
"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"projectType": "tutorial",
"autoPlay": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"editor": {
"version": "3.1.23"
}
"language": "python",
"title": {
"us": "Learn how to build HTTP requests with Python",
"es": "Aprende a hacer requests HTTP con Python"
},
"slug": "python-http-requests-api-tutorial-exercises",
"description": {
"us": "Learn interactively to consume and create HTTP requests to APIs using Python",
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
},
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"duration": 4,
"videoSolutions": false,
"difficulty": "easy",
"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"projectType": "tutorial",
"autoPlay": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}

0 comments on commit 1b12a8e

Please sign in to comment.