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

https://github.com/backbase/backbase-poc-content-provider-ios


https://github.com/backbase/backbase-poc-content-provider-ios

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# CMS Client

This is an example iOS app showcasing how to connect to a Content Management Service, in our case Drupal.

## Prerequisites

- You'll need to follow the first two sections in [this document](https://backbase.atlassian.net/wiki/spaces/DE/pages/3520365011/iOS+CMS+Client)
- Make sure you have a Custom Content Type "Post" like mentioned in the document
- Clone this repository to your local machine
- Replace the `baseURLString` value in `DrupalPostClient` with your own environment's base url

You should be ready to run the app!