googleapis / googleapis/google-cloud-dart

RepeatDataPathResource/RepeatDataPathTrailingResource showcase test fails

Open
#105 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 the null assert operators used in the URL construction:

```dart
Future repeatDataPathResource(RepeatRequest request) async {
final url = Uri.https(
_host,
'/v1beta1/repeat/${request.info!.fString}/${request.info!.fChild!.fString}/bool/${request.info!.fBool}:pathresource',
```

I actually don't know what should happen if any of the URL components are not set.

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.