> For the complete documentation index, see [llms.txt](https://ios-course.cornellappdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ios-course.cornellappdev.com/resources/archived-past-semesters/fa25/lectures/networking-ii.md).

# Networking II

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/10ZkNx9Tfjm3pASnWPHIokuTYxD8K0CMMUycHDtZGa3Y>" %}

### Lecture Video

{% embed url="<https://youtu.be/gm4zGPa-aeU>" %}

### Lecture Demo

{% embed url="<https://github.com/intro-to-ios/lec7-networking2>" %}
If you prefer to download the ZIP, go to Code > Download ZIP.
{% endembed %}

#### Clone the Repository

```sh
git clone https://github.com/intro-to-ios/lec7-networking2.git
OR git clone git@github.com:intro-to-ios/lec7-networking2.git
```

#### Checkout Branches

```sh
git checkout origin/1-get
OR git checkout 1-get

git checkout origin/2-post
OR git checkout 2-post

git checkout origin/3-refresh
OR git checkout 3-refresh
```
