Jump to content

fivesixfive

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by fivesixfive

  1. The old API was nice. When will we get something like that back?
  2. Solved! Somehow, someway, add headers to your request like this: "x-session-id":<session-id-here> "Authorization":<token-here>
  3. I have built a script to log myself in and get the token, the session_id, and all that crap; however, I am stuck when I try to do anything requiring the use of aforementioned crap. req = post("https://api.minehut.com/server/<server_id>/start_service", data={x:y}) I assume X needs to be "token" and Y needs to be the token, but what do I actually put? Please help.
×
×
  • Create New...