Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learn.json #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
},
"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"
"us": "Master Python API requests with our interactive tutorial! Learn to make GET, POST, PUT, and DELETE requests effortlessly. Start coding today!",
"es": "¡Domina las peticiones a la API de Python con nuestro tutorial interactivo! Aprenda a realizar peticiones GET, POST, PUT y DELETE sin esfuerzo. ¡Empieza a programar hoy mismo!"
},
"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,
"technologies": ["python", "flask", "http"],
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"editor": {
"version": "5.0"
Expand Down