OwnTube-tv / web-client

Portable video client for PeerTube in React Native
https://owntube-tv.github.io/web-client/
The Unlicense
0 stars 11 forks source link

Example PR: Extending the VideoService to use live API data #40

Closed ar9708 closed 1 month ago

ar9708 commented 2 months ago

๐Ÿš€ Description

This is an example PR that adds 1 new commit by @TOPDeveloperPB from #37 + 1 corrections commit from @ar9708, on top of the commit from PeertubeVideosApi PR #33 by @mblomdahl. These changes satisfies the item no. 2 requirements in OwnTube-tv/.github#8.

๐Ÿ“„ Motivation and Context

This PR is intended as code review feedback on #37.

๐Ÿงช How Has This Been Tested?

๐Ÿ“ท Screenshots (if appropriate)

Web Inspector, data is now loaded from the PeerTube API as default, while the testData.json data is only used when executing tests on the

image

๐Ÿ“ฆ Types of changes

โœ… Checklist (copied from README)

ar9708 commented 1 month ago

Merged in #62