Skip to content

Commit 42b4ada

Browse files
committed
update
1 parent bbe4edf commit 42b4ada

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • syftlib/src/main/java/org/openmined/syft/networking/clients

syftlib/src/main/java/org/openmined/syft/networking/clients/HttpClient.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import retrofit2.Retrofit
99
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
1010

1111
/**
12-
* Creates http api client for federated related endpoints.
12+
* Creates a retrofit api client for connecting to PyGrid endpoints.
1313
*
14-
* @property baseUrl the base url for the endpoints.
15-
* @see org.openmined.syft.networking.requests.HttpAPI for endpoints.
14+
* @property baseUrl url of the server hosting the pyGrid instance.
15+
* @see org.openmined.syft.networking.requests.HttpAPI for endpoint description.
1616
*/
1717
class HttpClient(baseUrl: String) {
1818
val apiClient: HttpAPI = Retrofit.Builder()

0 commit comments

Comments
 (0)