Skip to content

Models and Enums

Latest
Compare
Choose a tag to compare
@chrisdhaan chrisdhaan released this 02 Aug 18:40
4a7c2ce

Added

  • Models
    • CDYelpBusiness.BusinessSearch, CDYelpBusiness.PhoneSearch, CDYelpBusiness.TransactionSearch, CDYelpBusiness.Detailed, CDYelpBusiness.BusinessMatch, and CDYelpBusiness.Autocomplete structs
    • CDYelpCategoriesResponse.error
    • CDYelpCategory.Detailed struct
    • CDYelpCategoryResponse.error
    • CDYelpEventResponse struct
    • CDYelpLocation.Detailed struct
    • CDYelpMessaging struct
    • CDYelpSearchResponse.Business, CDYelpSearchResponse.Phone, CDYelpSearchResponse.Transaction, and CDYelpSearchResponse.BusinessMatch structs
    • CDYelpSpecialHour struct
    • toDate methods for String representations
    • toUrl methods for String representations

Updated

  • Models
    • @escaping (CDYelpSearchResponse?) becomes @escaping (CDYelpSearchResponse.Business?)
    • @escaping (CDYelpSearchResponse?) becomes @escaping (CDYelpSearchResponse.Phone?)
    • @escaping (CDYelpSearchResponse?) becomes @escaping (CDYelpSearchResponse.Transaction?)
    • @escaping (CDYelpBusiness?) becomes @escaping (CDYelpBusinessResponse?)
    • @escaping (CDYelpSearchResponse?) becomes @escaping (CDYelpSearchResponse.BusinessMatch?)
    • @escaping (CDYelpEvent?) becomes @escaping (CDYelpEventResponse?)
    • CDYelpAutocompleteResponse.businesses type becomes [CDYelpBusiness.Autocomplete]
    • CDYelpBusinessResponse.business type becomes CDYelpBusiness.Detailed
    • CDYelpCategoriesResponse.categories type becomes [CDYelpCategory.Detailed]
    • CDYelpCategoryResponse.category type becomes CDYelpCategory.Detailed
    • Date types to String
    • URL types to String

Removed

  • CDYelpEnums
    • CDYelpAttributeFilter.cashback, CDYelpTransactionType.pickup, and CDYelpTransactionType.restaurantReservation