micmarty / miro-rs

Miro REST API SDK implemented in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miro-rs [work-in-progress]

Based on Miro REST API reference: https://developers.miro.com/reference

How to use

Add this to your Cargo.toml file

[dependencies]
miro-rs = { git = "https://github.com/micmarty-rs/regex", branch = "master" }

Status

  • Board
    • Creation (basic)
  • Sticky notes
    • Creation (basic)
    • Creation (full)
  • Connectors
    • Creation (basic)
    • Creation (full)

About

Miro REST API SDK implemented in Rust


Languages

Language:Rust 100.0%