Skip to main content
Open

API/JSON for RTB export

  • February 6, 2021
  • 0 replies
  • 289 views

Hi there,

I’m looking to automate some validation of scenarios in Miro > implementation in code. We’re starting to play with Miro for eventmodeling.org -style design, and I’d like to be able to programmatically open up a board, discover cards, based on their style determine what they are (i.e. Events) and determine whether the implementation in code matches what’s designed in the board (i.e. a certain Command triggers a given Event). 

 

I was thinking about exporting the RTB and using that in CI, but there doesn’t seem to be any way to open the RTB in any meaningful way. If there was a JSON export, I could work with that. Or if there was an official API (i.e. nuget package for .NET, which is what I’m using), that would work too.