Open BucekJiri opened 1 year ago
If you call getContentResponse<T: Codable>(_ slug: String, key: String? = nil, completion: @escaping Completion<T>) and you provide a slug String that is not configered in the NStack console, the SDK crashes instead of returning some error.
getContentResponse<T: Codable>(_ slug: String, key: String? = nil, completion: @escaping Completion<T>)
slug
If you call
getContentResponse<T: Codable>(_ slug: String, key: String? = nil, completion: @escaping Completion<T>)
and you provide aslug
String that is not configered in the NStack console, the SDK crashes instead of returning some error.