googleapis / googleapis/google-cloud-dart

RepeatDataSimplePath showcase test fails

Open
#104 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
23
Forks
15
Avg merge
1d 9h
Merged PRs (30d)
21

Description

At least part of the problem is here:

```diff
Future repeatDataSimplePath(RepeatRequest request) async {
final url = Uri.https(
_host,
- '/v1beta1/repeat/${request.info!.fString}/${request.info!.fInt32}/${request.info!.fDouble}/${request.info!.fBool}/${request.info!.fKingdom}:simplepath',
+ '/v1beta1/repeat/${request.info!.fString}/${request.info!.fInt32}/${request.info!.fDouble}/${request.info!.fBool}/${request.info!.fKingdom.toJson()}:simplepath',
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.