@apollo/rover 0.27.0-rc.2 → 0.27.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -139,6 +139,10 @@ This repo is organized as a [`cargo` workspace], containing several related proj
|
|
139
139
|
- [`houston`]: utilities for configuring Rover
|
140
140
|
- [`robot-panic`]: a fork of [`rust-cli/human-panic`] adjusted for Rover
|
141
141
|
- [`rover-client`]: an HTTP client for making GraphQL requests for Rover
|
142
|
+
- [`rover-graphql`]: A [`tower`](https://docs.rs/tower/latest/tower/) layer that allows for GraphQL requests over a [`tower`] HTTP client
|
143
|
+
- [`rover-http`]: A [`tower`](https://docs.rs/tower/latest/tower/) implementation of an HTTP client and additional HTTP request utilities
|
144
|
+
- [`rover-std`]: provides common utilities that inform Rover's CLI style
|
145
|
+
- [`rover-studio`]: A [`tower`](https://docs.rs/tower/latest/tower/) layer that provides necessary headers and setup for communicating with Apollo Studio
|
142
146
|
- [`sputnik`]: a crate to aid in collection of anonymous data for Rust CLIs
|
143
147
|
- [`timber`]: Rover's logging formatter
|
144
148
|
|
@@ -147,6 +151,10 @@ This repo is organized as a [`cargo` workspace], containing several related proj
|
|
147
151
|
[`robot-panic`]: https://github.com/apollographql/rover/tree/main/crates/robot-panic
|
148
152
|
[`rust-cli/human-panic`]: https://github.com/rust-cli/human-panic
|
149
153
|
[`rover-client`]: https://github.com/apollographql/rover/tree/main/crates/rover-client
|
154
|
+
[`rover-graphql`]: https://github.com/apollographql/rover/tree/main/crates/rover-graphql
|
155
|
+
[`rover-http`]: https://github.com/apollographql/rover/tree/main/crates/rover-http
|
156
|
+
[`rover-std`]: https://github.com/apollographql/rover/tree/main/crates/rover-std
|
157
|
+
[`rover-studio`]: https://github.com/apollographql/rover/tree/main/crates/rover-studio
|
150
158
|
[`sputnik`]: https://github.com/apollographql/rover/tree/main/crates/sputnik
|
151
159
|
[`timber`]: https://github.com/apollographql/rover/tree/main/crates/timber
|
152
160
|
|