Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Revert "feature: email scrape" #105

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion TikiClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading