We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5c4d8 commit c7b77bbCopy full SHA for c7b77bb
Sources/AsposeWordsCloud/Api/ApiInvoker.swift
@@ -248,7 +248,7 @@ public class ApiInvoker {
248
}
249
250
if (accessToken == nil) {
251
- let urlPath = URL(string: self.configuration.getBaseUrl())!.appendingPathComponent("connect/token");
+ let urlPath = URL(string: self.configuration.getBaseUrl())!.appendingPathComponent("v4.0/words/connect/token");
252
var request = URLRequest(url: urlPath);
253
request.httpMethod = "POST";
254
request.timeoutInterval = self.configuration.getTimeout();
0 commit comments