(Justin)

Tech nerd from Sweden

  • 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle






  • The TLDR is that they used to, but they became unmaintained. They recommend autogenerating your openapi/library from the rust code directly, like their typescript library does.

    Edge cases are undocumented at the moment, and the devs are focusing on keeping the site up atm instead of making more detailed docs.

    There are over 250 endpoints, so don’t try to implement them all by hand, just use a code generator, Rust is very strongly typed and your code generator will get it right the first time.