{"id":25553753,"url":"https://github.com/docusign/docusign-objc-client","last_synced_at":"2025-04-11T22:43:09.888Z","repository":{"id":56513479,"uuid":"48073740","full_name":"docusign/docusign-objc-client","owner":"docusign","description":"The Official DocuSign Objective-C Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.","archived":false,"fork":false,"pushed_at":"2021-10-28T18:04:27.000Z","size":1947,"stargazers_count":13,"open_issues_count":8,"forks_count":14,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-11T22:43:05.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.docusign.com/devcenter","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docusign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-15T22:55:38.000Z","updated_at":"2022-09-25T17:35:53.000Z","dependencies_parsed_at":"2022-08-15T20:10:27.575Z","dependency_job_id":null,"html_url":"https://github.com/docusign/docusign-objc-client","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-objc-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-objc-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-objc-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-objc-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-objc-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492989,"owners_count":21113159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-20T12:01:30.391Z","updated_at":"2025-04-11T22:43:09.854Z","avatar_url":"https://github.com/docusign.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The DocuSign Objective-C Client \n\nYou can sign up for a free [developer sandbox](https://www.docusign.com/developer-center).\n\n## DocuSign recommends the [Native-iOS-SDK](https://github.com/docusign/native-ios-sdk) for the Captive-Signing, Templates, Offline-Signing and other similar use-cases. \n\n**NOTE:** [Native-iOS-SDK](https://github.com/docusign/native-ios-sdk) also hosts the sample apps and various guides to help you with DocuSign specific integrations for iOS.\n\nRequirements\n============\n\nXcode 12 or later.  \n\nInstallation\n============\n\n### CocoaPods Install\n\nCreate a podfile, run pod install, then use the `.xcworkspace` project file moving forward. To use the clients in this manner, do the following:\n\n   1. At the command line run the following RubyGems command to install cocoapods (note: this might require sudo):\n   `$ gem install cocoapods`\n\n   2. Create a file in your root project directory called `Podfile` with the following content.  Replace the two references to **PROJECT** below with your unique project name:\n   \n```\n\tpod 'DocuSignESign', '~\u003e 4.0.0'\n```\t\n\n   3. Run the following command in the same directory as your Podfile:\n`$ pod install`\n\n**Once you are done installing, close Xcode and open the newly created `.xcworkspace` project file. Make sure you use this work space going forward!**\n\n### Manual Install\n\nCopy the source files directly into your existing project’s source directories and add corresponding import statements.\n\n### Dependencies \n\n - AFNetworking ~\u003e 4\n - JSONModel ~\u003e 1.4\n - ISO8601 ~\u003e 0.6\n - JWT ~\u003e 3.0.0-beta.10\n\n# Authentication\n\n## User Applications that use OAuth Authentication\n1. After obtaining a Bearer token, call the [OAuth: Userinfo method](https://docs.docusign.com/esign/guide/authentication/userinfo.html). Obtain the selected account's `base_uri` (server name) field.\nThe url for the Userinfo method is account-d.docusign.com for the demo/developer environment, and account.docusign.com for the production environment.\n1. Combine the base_uri with \"/restapi\" to create the basePath. The base_uri will start with na1, na2, na3, eu1, or something else. Use the basePath for your subsequent API calls.\n4. Instantiate the SDK using the basePath. Eg `ApiClient apiClient = new ApiClient(basePath);`\n5. Create the `authentication_value` by combining the `token_type` and `access_token` fields you receive from either an [Authorization Code Grant](https://docs.docusign.com/esign/guide/authentication/oa2_auth_code.html) or [Implicit Grant](https://docs.docusign.com/esign/guide/authentication/oa2_implicit.html) OAuth flow. \n5. Set the authentication header by using `Configuration.Default.AddDefaultHeader('Authorization', authentication_value)`\n\nTesting\n=======\n\nUnit tests are available here.  \n\nSupport\n=======\n\nFeel free to log issues against this client through GitHub.  We also have an active developer community on Stack Overflow, search the [DocuSignAPI](http://stackoverflow.com/questions/tagged/docusignapi) tag.\n\nLicense\n=======\n\nThe DocuSign Objc Client is licensed under the following [License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-objc-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-objc-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-objc-client/lists"}