Skip to content

Instantly share code, notes, and snippets.

@diegoeche
Created February 25, 2014 11:08
Show Gist options
  • Save diegoeche/9206993 to your computer and use it in GitHub Desktop.
Save diegoeche/9206993 to your computer and use it in GitHub Desktop.
"POST", "/api/user/invasion/buy_new_target/#{uuid}", {})
"POST", "/api/user/invasion/finish_invasion_battle/#{uuid}", {
"attacker" => // Attacker uuid,
"result" => // Either "win" "lose" "surrender",
"army" => // A string with the Battle info like in FinishPvE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment