Planet icon indicating copy to clipboard operation
Planet copied to clipboard

Integration with Pinnable.xyz

Open livid opened this issue 2 years ago • 0 comments

Three new properties on MyPlanetModel:

  • pinnableEnabled: Bool? = false
  • pinnableAPIEndpoint: String?
  • pinnablePinCID: String?

pinnableEnabled

After each publishing, the app would call pinnableAPIEndpoint and periodically check for the latest pinned CID on the Pinnable side if enabled. Then compare it with the latest local CID; if matched, the website is pinned.

livid avatar Apr 29 '23 10:04 livid