CodeYourFuture / CodeYourFuture/Module-Data-Flows

Check out an API response

Đang mở
#30 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
🏕 Priority Mandatory 🐂 Size Medium 📅 Sprint 1 Core Module-Data-Flows Submit:Slack
Ngôn ngữ chính
JavaScript
Star
0
Fork
275
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Learning Objectives

- [ ] Extract important information from an HTTP response

### Why are we doing this?

This task will get you to really think about the response you get back from an API. Use Chrome Dev Tools to examine the response you get back from the server.

#### Look at a request in Chrome Dev Tools
In Google Chrome, open dev tools network tab and enter this URL into the browser: `http://api.tvmaze.com/shows/82/episodes`

#### Answer the following questions:

1. What's the status code the server sent back?
2. What HTTP method did the browser use to make the request?
3. What is the request path?
4. What is the first line of the response body?
5. What is the value of the response header called "Content-Type" ?
6. What is the value of the request header called "User-Agent"

### Maximum time in hours

.5

### How to submit

Share your answers with the other learners on Slack.
Did you get different answers to other people? Ask them how they worked them out!

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.