URLSessionGetClient() client.get(url: “https://www.cotogoto.ai/webapi/noby.json”, queryItems: [URLQueryItem(name: “appkey”, value:”〜”, URLQueryItem(name: “text”, value:”おみくじ引きたい”))]) {(data) in if let data = data as? Dictionary { if let res = data[“text”] as? String { self.say(str: res, comp: {}) } } } } ViewController.swift NOBY APIと連携する