mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Rebuild everything, becuase it makes it easier to compare everything to my changes
This commit is contained in:
@@ -163,7 +163,7 @@ The [delegate trait](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/goo
|
||||
|
||||
## Optional Parts in Server-Requests
|
||||
|
||||
All structures provided by this library are made to be [enocodable](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.RequestValue.html) and
|
||||
All structures provided by this library are made to be [encodable](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.RequestValue.html) and
|
||||
[decodable](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.ResponseResult.html) via *json*. Optionals are used to indicate that partial requests are responses
|
||||
are valid.
|
||||
Most optionals are are considered [Parts](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.Part.html) which are identifiable by name, which will be sent to
|
||||
|
||||
Reference in New Issue
Block a user