[BREAKING CHANGE] remove refs to api.lbry.io #119

Merged
neb-b merged 1 commit from lbryinc into master 2019-03-12 19:18:00 +01:00
neb-b commented 2019-03-11 00:16:04 +01:00 (Migrated from github.com)

There were a few references to api.lbry.io in lbry-redux. I've moved these over to lbryinc in https://github.com/lbryio/lbryinc/pull/28

This is step one for https://github.com/lbryio/lbry-redux/issues/118

There were a few references to api.lbry.io in `lbry-redux`. I've moved these over to `lbryinc` in https://github.com/lbryio/lbryinc/pull/28 This is step one for https://github.com/lbryio/lbry-redux/issues/118
neb-b commented 2019-03-11 03:14:17 +01:00 (Migrated from github.com)

@akinwale I have a build working with these for the desktop. Once they are merged I'll share a commit that makes all the changes. Just a few import { x } from 'lbry-redux to import { x } from 'lbryinc'

@akinwale I have a build working with these for the desktop. Once they are merged I'll share a commit that makes all the changes. Just a few `import { x } from 'lbry-redux` to `import { x } from 'lbryinc'`
skhameneh (Migrated from github.com) approved these changes 2019-03-11 03:30:21 +01:00
akinwale (Migrated from github.com) approved these changes 2019-03-12 15:43:17 +01:00
akinwale (Migrated from github.com) left a comment

Looks good. Using the updates should be as easy as simply updating the imports in the app with the new source.

Looks good. Using the updates should be as easy as simply updating the imports in the app with the new source.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#119
No description provided.