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 50aac8f commit 55cbf8dCopy full SHA for 55cbf8d
FirebaseAI/Sources/Types/Internal/APIConfig.swift
@@ -68,6 +68,7 @@ extension APIConfig {
68
69
extension APIConfig.Service {
70
/// Network addresses for generative AI API services.
71
+ // TODO: maybe remove the https:// prefix and just add it as needed? websockets use these too.
72
enum Endpoint: String, Encodable {
73
/// The Firebase proxy production endpoint.
74
///
0 commit comments