Skip to content

Commit f205b06

Browse files
authored
Update README.md
Added and updated documentation links Signed-off-by: Andy Rennard <[email protected]>
1 parent 833cfb0 commit f205b06

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Ticketmaster Ignite SDK
22

3-
![iOS](https://img.shields.io/badge/iOS-15-green.svg?style=flat)[![Platform](https://img.shields.io/cocoapods/p/TM-Ignite.svg?style=flat)](https://cocoapods.org/pods/TM-Ignite)![Swift](https://img.shields.io/badge/Swift-5.9-orange.svg?style=flat)[![License](https://img.shields.io/cocoapods/l/TM-Ignite.svg?style=flat)](https://cocoapods.org/pods/TM-Ignite)
3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fticketmaster%2FiOS-TicketmasterSDK%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/ticketmaster/iOS-TicketmasterSDK)
4+
5+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fticketmaster%2FiOS-TicketmasterSDK%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/ticketmaster/iOS-TicketmasterSDK)
6+
7+
[![License](https://img.shields.io/cocoapods/l/TM-Ignite.svg?style=flat)](https://cocoapods.org/pods/TM-Ignite)
8+
9+
[![Version](https://img.shields.io/cocoapods/v/TM-Ignite.svg?style=flat)](https://cocoapods.org/pods/TM-Ignite) [![Swift Package Manager compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
410

5-
[![Version](https://img.shields.io/cocoapods/v/TM-Ignite.svg?style=flat)](https://cocoapods.org/pods/TM-Ignite)[![Swift Package Manager compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
611

712
iOS implementation of Ticketmaster's Ignite SDK
813

@@ -16,7 +21,7 @@ A collection of mobile frameworks encompassing the User journey of Event Discove
1621
* Authentication: https://ignite.ticketmaster.com/docs/ios-authentication-change-log
1722
* Tickets: https://ignite.ticketmaster.com/docs/ios-tickets-change-log
1823

19-
* Documentation: https://ignite.ticketmaster.com/docs/tickets-sdk-overview
24+
* API Documentation: https://code.ticketmaster.com/iOS-TicketmasterSDK/docs/
2025
* Frameworks: https://github.com/ticketmaster/iOS-TicketmasterSDK
2126
* Android Source (Tickets SDK): https://github.com/ticketmaster/Android-TicketsDemoApp
2227
* iOS Source (Tickets SDK): https://github.com/ticketmaster/iOS-TicketsDemoApp
@@ -38,6 +43,8 @@ A collection of mobile frameworks encompassing the User journey of Event Discove
3843

3944
Purpose: **Login Management**
4045

46+
[API Documentation](https://code.ticketmaster.com/iOS-TicketmasterSDK/docs/TicketmasterAuthentication/documentation/ticketmasterauthentication/)
47+
4148
Required xcframework libraries:
4249

4350
* TicketmasterFoundation
@@ -46,6 +53,8 @@ Required xcframework libraries:
4653
### [DiscoveryAPI](https://ignite.ticketmaster.com/docs/discovery-overview)
4754
Purpose: **API-based Event, Attraction, and Venue Discovery**
4855

56+
[API Documentation](https://code.ticketmaster.com/iOS-TicketmasterSDK/docs/TicketmasterDiscoveryAPI/documentation/ticketmasterdiscoveryapi/)
57+
4958
Required xcframework libraries:
5059

5160
* TicketmasterFoundation
@@ -54,6 +63,8 @@ Required xcframework libraries:
5463
### [PrePurchase](https://ignite.ticketmaster.com/docs/pre-purchase-overview)
5564
Purpose: **Webpage-based Event, Attraction, and Venue Discovery**
5665

66+
[API Documentation](https://code.ticketmaster.com/iOS-TicketmasterSDK/docs/TicketmasterPrePurchase/documentation/ticketmasterprepurchase/)
67+
5768
Required xcframework libraries:
5869

5970
* TicketmasterFoundation
@@ -64,6 +75,8 @@ Required xcframework libraries:
6475
### [Purchase](https://ignite.ticketmaster.com/docs/purchase-overview)
6576
Purpose: **Event Ticket Purchasing**
6677

78+
[API Documentation](https://code.ticketmaster.com/iOS-TicketmasterSDK/docs/TicketmasterPurchase/documentation/ticketmasterpurchase/)
79+
6780
Required xcframework libraries:
6881

6982
* TicketmasterFoundation
@@ -75,6 +88,8 @@ Required xcframework libraries:
7588

7689
Purpose: **Post-Purchase Ticket Management and Event Entry**
7790

91+
[API Documentation](https://code.ticketmaster.com/iOS-TicketmasterSDK/docs/TicketmasterTickets/documentation/ticketmastertickets/)
92+
7893
Required xcframework libraries:
7994

8095
* TicketmasterFoundation
@@ -140,4 +155,3 @@ $ pod install
140155

141156
As of version 1.13.4+, SecureEntry SDK also requires the TicketmasterSwiftProtobuf library. This library should be added automatically to your project if you use SwiftPackageManager or CocoaPods.
142157

143-

0 commit comments

Comments
 (0)