PR feedback, back to simplified approach, no export on client as well

This commit is contained in:
Salman Chishti
2025-03-13 04:23:45 -07:00
parent abd9054c61
commit fc482662af
6 changed files with 37 additions and 633 deletions

View File

@@ -17,7 +17,7 @@ interface Rpc {
): Promise<object | Uint8Array>
}
export class ArtifactHttpClient implements Rpc {
class ArtifactHttpClient implements Rpc {
private httpClient: HttpClient
private baseUrl: string
private maxAttempts = 5