Simple app using Pexels API written in Swift using SwiftUI
If you're looking for the stand-alone API wrapper, check out
Pexels-Swift
!
This app showcases how to implement simple APIs from providers like Pexels
Note: You must include your own API Key in a new File like this:
extension Environment {
struct APIKeys {
static let pexels: (key: String, header: String) = ("YOUR_API_KEY_HERE", "Authorization")
}
}
API Reference can be found here
Feel free to check out my other projects on my website