diff --git a/README.md b/README.md index 0bfcd24..44d5302 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ data or referencing it in the [Data Cleanroom](https://mytiki.com/reference/data The central API interface in the library is the TikiClient object, designed to abstract the complexities of authorization and API requests. While serving as the primary entry point, it's important to note that all -APIs within the library are public and accessible. +APIs within the library are public and accessible. For detailed usage instructions, please consult the [TIKI Client API Documentation](https://ios.client.mytiki.com/documentation/tikiclient/). This comprehensive resource provides direct insights into utilizing the various functionalities offered by the TIKI Client Library. diff --git a/TikiClient.podspec b/TikiClient.podspec index 6ceff13..ec0744a 100644 --- a/TikiClient.podspec +++ b/TikiClient.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| introducing methods for common operations such as authorization, licensing, capture, card-linked offers, and rewards. It is a collection of pre-existing code with minimal dependencies, offering a streamlined integration process with TIKI Rest APIs, which reduces the amount of code necessary - for integration. + for integration. TikiClient is the top-level entry point for the TIKI Client Library. It offers simple methods that call the underlying libraries to perform common operations. Programmers can use it to