-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(routing): add support for spans #164
Conversation
Spans should not be part of the response if not requested.
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #164 +/- ##
==========================================
+ Coverage 13.00% 19.39% +6.38%
==========================================
Files 13 19 +6
Lines 715 1191 +476
==========================================
+ Hits 93 231 +138
- Misses 607 930 +323
- Partials 15 30 +15
|
4f3241f
to
f48d3df
Compare
if err := json.Unmarshal(b, &s); err != nil { | ||
return err | ||
} | ||
expected := "unlimited" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love the type safety here 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
To get more information about one section, such as name, speed limit, stret attributes etc https://www.here.com/docs/bundle/routing-api-developer-guide-v8/page/topics/span.html
To get more information about one section, such as
name, speed limit, street attributes etc
Developer Guide
API Reference