Skip to content

Commit

Permalink
@W-16589742: [iOS] REST wrappers for select SFAP APIs (Rename SfapAPI…
Browse files Browse the repository at this point in the history
…Client)
  • Loading branch information
JohnsonEricAtSalesforce committed Jan 16, 2025
1 parent 8987b9a commit 84b883d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import Foundation
* See https://developer.salesforce.com/docs/einstein/genai/guide/access-models-api-with-rest.html
*/
@objc(SFApApiClient)
public class SfapApiClient : NSObject {
public class SfapAPIClient : NSObject {

/// The sfap_api hostname
private let apiHostName: String
Expand Down

0 comments on commit 84b883d

Please sign in to comment.