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 bbe4edf commit 42b4adaCopy full SHA for 42b4ada
1 file changed
syftlib/src/main/java/org/openmined/syft/networking/clients/HttpClient.kt
@@ -9,10 +9,10 @@ import retrofit2.Retrofit
9
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
10
11
/**
12
- * Creates http api client for federated related endpoints.
+ * Creates a retrofit api client for connecting to PyGrid endpoints.
13
*
14
- * @property baseUrl the base url for the endpoints.
15
- * @see org.openmined.syft.networking.requests.HttpAPI for endpoints.
+ * @property baseUrl url of the server hosting the pyGrid instance.
+ * @see org.openmined.syft.networking.requests.HttpAPI for endpoint description.
16
*/
17
class HttpClient(baseUrl: String) {
18
val apiClient: HttpAPI = Retrofit.Builder()
0 commit comments