OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
69 stars 21 forks source link

use v2 content api - also use pins to add to category #289

Open tzarebczan opened 2 years ago

tzarebczan commented 2 years ago

Main difference is a list of not channel ids that may be specified in wild west

https://odysee.com/$/api/content/v2/get

Has a slightly different structure to accommodate for a slogan (meme) in every language 👍


 "meme": {
        "text": "is that a bee?",
        "url": "https://odysee.com/@TheBabylonBee:7"
      }
    },```

For pins, they should be claim searched via claim id and then injected at the top of trending (not top/new) (waiting on example - we're moving from pinned urls to pinned claim ids) 
tzarebczan commented 2 years ago

Most of this is done, except for pinning. Will grab a sample when there's some pinned URLs available.