Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ff2285

Browse files
committed
fix(apis): exclude those with recursive schemas
They currently don't compile as Box 'serde' is not supported. See serde-rs/serde#45. Related to #34.
1 parent 9abf0eb commit 5ff2285

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

etc/api/api-list.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ api:
3737
- v1
3838
calendar:
3939
- v3
40-
civicinfo:
41-
- v2
40+
# Does not build yet, see serde issue: https://github.com/erickt/rust-serde/issues/45
41+
# civicinfo:
42+
# - v2
4243
cloudlatencytest:
4344
- v2
4445
cloudmonitoring:
@@ -61,8 +62,9 @@ api:
6162
- v2beta1
6263
dfareporting:
6364
- v2.0
64-
discovery:
65-
- v1
65+
# Does not build yet, see serde issue: https://github.com/erickt/rust-serde/issues/45
66+
# discovery:
67+
# - v1
6668
dns:
6769
- v1beta1
6870
doubleclickbidmanager:
@@ -83,8 +85,9 @@ api:
8385
- v1configuration
8486
gamesmanagement:
8587
- v1management
86-
gan:
87-
- v1beta1
88+
# Does not build yet, see serde issue: https://github.com/erickt/rust-serde/issues/45
89+
# gan:
90+
# - v1beta1
8891
genomics:
8992
- v1beta2
9093
gmail:

0 commit comments

Comments
 (0)