This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
remove api/client
usage in http
package
#1364
Labels
api/client
usage in http
package
#1364
the http package has a reference to
api/client
in some tests of the http package. this limits the possibility to use references toconst
s contracted by thehttp
package in the client library due to cyclic dependency.we should get rid of the api client in the http package and test using raw http only in the http package.
The text was updated successfully, but these errors were encountered: