Unofficial Rust SDK + Questions on API

Love using Fly and i wanted to control machines in my own runtimes. Built this SDK which may be useful to others.

Two things didn’t quite work out:

  1. update_machines request successfully called but doesn’t update
  2. no docs on what types to pass into secret_types make this endpoint impossible to call atm

Otherwise things work :slight_smile:

Examples available show how to replicate this error on secrets and if you list the machines after running the full machines examples given an update request you will see this be called error free but show no updated. Even after awaiting start states.

Please advise on how I could fix these two things.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.