Created
March 27, 2014 11:07
-
-
Save zegomesjf/9805170 to your computer and use it in GitHub Desktop.
Freshbooks - Contractor data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ap c.contractor.list.first | |
[ | |
[0] "contractors", | |
[1] { | |
"contractor" => [ | |
[ 0] { | |
"contractor_id" => "xxxx", | |
"name" => "José Gomes Júnior", | |
"email" => "[email protected]", | |
"status" => "accepted", | |
"rate" => "xx", | |
"task_id" => "xxxx", | |
"projects" => { | |
"project" => [ | |
[0] { | |
"project_id" => "xxxx" | |
}, | |
[1] { | |
"project_id" => "xxxx" | |
} | |
] | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment