Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diezo authored Mar 10, 2024
1 parent f5e5376 commit 6cda867
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,30 @@ They'll be migrated to the **Mobile API** soon.

<br>

<summary><b>Host Class</b> (Authenticated)</summary>
<summary><b>Mobile Class</b> (Authenticated)</summary>

Requires login, and has many features.
Requires login, and has the most features.

```python
from ensta import Mobile

mobile = Mobile(username, password)
profile = mobile.profile("leomessi")

print(profile.full_name)
print(profile.biography)
print(profile.profile_pic_url)
```

</details>

<details>

<br>

<summary><b>Web Class</b> (Authenticated)</summary>

**Deprecated!** We're migrating all it's features to the **Mobile** class. Once complete, this class will completely be removed.

```python
from ensta import Web
Expand Down

0 comments on commit 6cda867

Please sign in to comment.