mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 05:03:48 -05:00
* chore(i18n,learn): processed translations * Update Ukrainian file to match state on crowdin Co-authored-by: Ilenia <nethleen@gmail.com>
51 lines
1.0 KiB
Markdown
51 lines
1.0 KiB
Markdown
---
|
|
id: 5e7b9f150b6c005b0e76f080
|
|
title: 'Servicios Web: Limitación y seguridad de API'
|
|
challengeType: 11
|
|
videoId: pI-g0lI8ngs
|
|
bilibiliIds:
|
|
aid: 249456172
|
|
bvid: BV1Sv411E7qa
|
|
cid: 377336269
|
|
dashedName: web-services-api-rate-limiting-and-security
|
|
---
|
|
|
|
# --description--
|
|
|
|
Mas recursos:
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=TJGJN0T8tak" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: GeoJSON</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=vTmw5RtfGMY" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: JSON</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=2c7YwhvpCro" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: Twitter</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=AopYOlDa-vY" target="_blank" rel="noopener noreferrer nofollow">Ejercicio: XML</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Cuando haces una solicitud a la API de Twitter, ¿Qué información siempre debe enviarse con la solicitud?
|
|
|
|
## --answers--
|
|
|
|
Usuario de Twitter
|
|
|
|
---
|
|
|
|
rango de fecha
|
|
|
|
---
|
|
|
|
término de búsqueda
|
|
|
|
---
|
|
|
|
llave
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|