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

https://github.com/victorshinya/swift-apollo-client

An iOS app built with SwiftUI, Apollo Client and The Rick and Morty API
https://github.com/victorshinya/swift-apollo-client

apollo-client apollo-ios ios rick-and-morty rickandmorty rickandmortyapi swift swiftui

Last synced: 3 months ago
JSON representation

An iOS app built with SwiftUI, Apollo Client and The Rick and Morty API

Awesome Lists containing this project

README

          

# Swift Apollo Client

[![LICENSE](https://img.shields.io/github/license/victorshinya/swift-apollo-client)](https://github.com/victorshinya/swift-apollo-client/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/victorshinya/swift-apollo-client/pulls)

An [Apollo Client (iOS)](https://www.apollographql.com/docs/ios/) application built with SwiftUI and [The Rick and Morty API](https://rickandmortyapi.com). Apollo is an implementation of GraphQL that creates a communication layer between your client (such as React and iOS apps) to your back-end services.




## Run locally

As the project uses [Cocoapods](https://cocoapods.org) for Dependency Management for Swift and Objective-C, you need to run the code below in order to create `Swift\ Apollo\ Client.xcworkspace`. That's the file you are going to use.

```sh
pod install
```

## LICENSE

MIT License

Copyright (c) 2020 Victor Shinya