Skip to content

Commit

Permalink
fix(apis): exclude those with recursive schemas
Browse files Browse the repository at this point in the history
They currently don't compile as Box 'serde' is not supported.
See serde-rs/serde#45.

Related to #34.
  • Loading branch information
Byron committed Mar 21, 2015
1 parent 9abf0eb commit 5ff2285
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions etc/api/api-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ api:
- v1
calendar:
- v3
civicinfo:
- v2
# Does not build yet, see serde issue: https://github.com/erickt/rust-serde/issues/45
# civicinfo:
# - v2
cloudlatencytest:
- v2
cloudmonitoring:
Expand All @@ -61,8 +62,9 @@ api:
- v2beta1
dfareporting:
- v2.0
discovery:
- v1
# Does not build yet, see serde issue: https://github.com/erickt/rust-serde/issues/45
# discovery:
# - v1
dns:
- v1beta1
doubleclickbidmanager:
Expand All @@ -83,8 +85,9 @@ api:
- v1configuration
gamesmanagement:
- v1management
gan:
- v1beta1
# Does not build yet, see serde issue: https://github.com/erickt/rust-serde/issues/45
# gan:
# - v1beta1
genomics:
- v1beta2
gmail:
Expand Down

0 comments on commit 5ff2285

Please sign in to comment.