bitmovin / bitmovin-javascript

DEPRECATED: JavaScript client for the Bitmovin API, see https://github.com/bitmovin/bitmovin-api-sdk-javascript
MIT License
67 stars 23 forks source link

Support for the new /analytics/metrics endpoint #93

Closed rolandgriesser closed 6 years ago

rolandgriesser commented 6 years ago

Added analytics.metrics and analytics.metrics.builder to be able to query the new API endpoint at analytics/metrics/{metric}.

codecov[bot] commented 6 years ago

Codecov Report

Merging #93 into develop will decrease coverage by 1.1%. The diff coverage is 61.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #93      +/-   ##
==========================================
- Coverage       97%   95.9%   -1.11%     
==========================================
  Files           67      69       +2     
  Lines         1537    1586      +49     
  Branches        54      55       +1     
==========================================
+ Hits          1491    1521      +30     
- Misses          46      65      +19
Impacted Files Coverage Δ
bitmovin/analytics/index.ts 100% <100%> (ø) :arrow_up:
bitmovin/analytics/metricQueryBuilder.ts 45.16% <45.16%> (ø)
bitmovin/analytics/metricQueries.ts 84.61% <84.61%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3286035...2047d33. Read the comment docs.