# Networking II

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/16pd96z00-ie7WAIzoJhP2Sj633tDYfNctcfY3y34J7U/edit?usp=sharing>" %}

### Lecture Video

{% embed url="<https://youtu.be/q_SQJyx7lhU>" %}

### 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
```
