raimohanska / ourboard

An online whiteboard
Other
763 stars 58 forks source link

API for board exports #117

Closed raimohanska closed 3 years ago

raimohanska commented 3 years ago

Part of the "your data is yours" promise. By exporting, you could move your board to your own hosted r-board instance or anywhere you wish. No vendor-lock!

GET /api/v1/board/:boardId

Similarly the POST /api/v1/board endpoint could be extended to allow importing a board. We might want to restrict access to this endpoint in our Heroku hosted instance though.

raimohanska commented 3 years ago

We have it! https://www.ourboard.io/api/v1/board/default