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
- Host: GitHub
- URL: https://github.com/backbase/backbase-poc-content-provider-ios
- Owner: Backbase
- License: other
- Created: 2021-12-01T09:28:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T12:20:22.000Z (about 4 years ago)
- Last Synced: 2025-10-11T05:43:27.738Z (4 months ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!