Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kewlbear/instagramprivateapi

Swift package of Codable types for https://github.com/dilame/instagram-private-api.
https://github.com/kewlbear/instagramprivateapi

codable instagram swift swiftpm

Last synced: 9 days ago
JSON representation

Swift package of Codable types for https://github.com/dilame/instagram-private-api.

Awesome Lists containing this project

README

        

# InstagramPrivateAPI

Swift package of `Codable` types for https://github.com/dilame/instagram-private-api.

## Usage

```
import InstagramPrivateAPI

let timeline = try NodeDecoder(env: env).decode([Post].self, from: value)
```

See https://github.com/kewlbear/NodeDecoder for `NodeDecoder`.
See https://github.com/kewlbear/Inssagram for a working iOS app.

### Swift Package Manager

```
.package(url: "https://github.com/kewlbear/InstagramPrivateAPI.git", .branch("main")),
```

## License

MIT