sourcegraph/client/http-client
Jason Bedard df2bda3a2e
bazel: enable type-checking (#48974)
I was testing raw babel (transpile only) vs tsc + babel (typecheck +
transpile) and I guess we merged the wrong one. This just deletes the
babel-only one and enabled typechecking.

The BUILD changes are missing files and deps missing which were causing
tsc compiler errors.

## Test plan

Manual bazel build.
2023-03-08 19:09:52 -08:00
..
src storm: make Apollo Cache persistor use preloaded data (#48706) 2023-03-07 05:00:25 +00:00
.eslintignore [SG-28893] refactor: extract graphql folder into a new http-client package. (#29346) 2022-01-13 18:40:35 +01:00
.eslintrc.js [SG-28893] refactor: extract graphql folder into a new http-client package. (#29346) 2022-01-13 18:40:35 +01:00
babel.config.js [SG-28893] refactor: extract graphql folder into a new http-client package. (#29346) 2022-01-13 18:40:35 +01:00
BUILD.bazel bazel: enable type-checking (#48974) 2023-03-08 19:09:52 -08:00
jest.config.js [SG-28893] refactor: extract graphql folder into a new http-client package. (#29346) 2022-01-13 18:40:35 +01:00
OWNERS Update FPT code owners ping (#44545) 2022-11-17 07:21:49 -05:00
package.json web: sync TS project refenreces (#46407) 2023-01-16 18:55:10 -08:00
README.md web: deprecate requestGraphQL and update http-client README (#47597) 2023-02-14 18:51:01 -08:00
tsconfig.json web: fix pnpm-lock issue (#47478) 2023-02-09 22:04:31 -08:00

Http Client

Generic logic for sending and handling HTTP requests from our client applications.

Use the getGraphQLClient client utility to create an app-specific instance of the Apollo Client, which is the recommended way to interact with Sourcegraph API from web applications.