chrisdhaan / CDYelpFusionKit

An extensive Swift wrapper for the Yelp Fusion API.
MIT License
54 stars 18 forks source link

Fetching Categories #30

Closed Mcrich23 closed 1 year ago

Mcrich23 commented 2 years ago

What did you do?

I tried to fetch a category title

What did you expect to happen?

it to return a category title

What happened instead?

fetchCategories(forLocale) alias: Response status code was unacceptable: 403. was printed

CDYelpFusionKit Environment

CDYelpFusionKit version: 3.0.0 Xcode version: 13 Swift version: 5.4 Platform(s) running CDYelpFusionKit: iOS, iPadOS macOS version running Xcode: 12

Project

https://www.icloud.com/iclouddrive/0jXKHd1Emfy9sBArWSaDvuzMw#Pickt

chrisdhaan commented 2 years ago

I'll take a look into this @Mcrich23

Mcrich23 commented 2 years ago

Thx!

chrisdhaan commented 2 years ago

@Mcrich23 I tested the endpoint this morning and it seemed to be working. Are you still experiencing this issue?

Mcrich23 commented 1 year ago

It works!