Coder Social home page Coder Social logo

kaiserghub / documentum-rest-client-swift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from enterprise-content-management/documentum-rest-client-swift

0.0 1.0 0.0 3.14 MB

Reference implementation of Documentum REST iOS (Swift) client

License: Apache License 2.0

Ruby 0.23% Objective-C 0.11% Swift 99.66%

documentum-rest-client-swift's Introduction

Documentum REST iOS Client Samples in Swift

License: Apache 2

This iOS project contains a reference implementation of Documentum REST Services client written in Swift code. The purpose of this project is to demonstrate one way to develop a hypermedia driven REST client to consume Documentum REST Services. It does NOT indicate that users could not develop a REST client using other technologies.

EMC shares the source code of this project for the technology sharing. If users plan to migrate the sample codes to their products, they are responsible to maintain this part of the codes in their products and should agree with license polices of the referenced libraries used by this sample project.

Overview

This Documentum REST Services client is written with Swift code. This project is organized by CocoaPods.

System Requirements

  1. Documentum REST Services 7.3 is deployed in the development environment.
  2. iOS 10.x SDK is installed.
  3. Xcode is recommended as the IDE to compile, build and run this project.

Install CocoaPods

Open the terminal in Mac OSX and run below command to install the latest ruby (>= 2.2.2).

$ brew install ruby

Run below command to install CocoaPods.

 $ sudo gem install cocoapods

Build and Run

  1. Download the project into your local workspace.

  2. Open the terminal and navigate to the project directory which contains the file Podfile.

$ cd documentum-rest-client-swift/SwiftClient

  1. Run below command to install all dependency libraries for this project.

$ pod install

  1. Double click on the project file RestClient.xcworkspace to open the project as cocoapods project structure.

  2. Find the configuration file database.db under location documentum-rest-client-swift/SwiftClient.

  • It contains the default connection parameters for Documentum REST Services access.
  • You can change the default values to accommodate to your Documentum REST Services deployment.
    • You can also manually fill the connection parameters in the test launcher.
  1. Build the project with Xcode by clicking the Build button or pressing โŒ˜R on the IDE to launch the test.

Demo

documentum-rest-client-swift's People

Contributors

gentlewind avatar jonathanrobie avatar michyosyn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.