Skip to content

Commit

Permalink
update with setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed May 23, 2023
1 parent 4d8a7cd commit ebfcaa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ let package = Package(

Swift 5.8 is required in order to run the plugin.

### Setup

Before making any API requests you must setup the `PodcastIndexKit` package using the `setup` method.

```swift
PodcastIndexKit.setup(apiKey: "YOUR_API_KEY", apiSecret: "YOUR_API_SECRET", userAgent: "YOUR_APP_USER_AGENT")
```

## Documentation

Click here to see all [documentation](https://sparrowtek.com/PodcastIndexKit/documentation/podcastindexkit/).
Expand Down

0 comments on commit ebfcaa1

Please sign in to comment.