showNumbers
"2"
Array
(
[status] =>
[numbers] => Array
(
[0] => Array
(
[number] => 2654846354684654
)
)
)
"5"
Array
(
[status] =>
[numbers] => Array
(
[0] => Array
(
[number] => 5
)
[1] => Array
(
[number] => 10
)
[2] => Array
(
[number] => 15
)
[3] => Array
(
[number] => 20
)
[4] => Array
(
[number] => 25
)
)
)
"15"
Array
(
[status] => Array
(
[status] => error
[message] => You need to enter an ID that is 0, 1, 2, 3, 4, or 5.
)
[numbers] => Array
(
)
)
showMadLib
"disagreeable","dilapidated","evanescent","ubiquitous","obediently","painfully","monkey","spaceship","boogey man","answer","photographed", "knitted"
Array
(
[status] => ok
[message] =>
)
[mad_lib] => Today I went to the zoo. I saw a disagreeable monkey jumping up and down in its tree. He photographed obediently through the large tunnel that led to its dilapidated spaceship. I got some peanuts and passed them through the cage to a gigantic gray boogey man towering above my head. Feeding that animal made me hungry. I went to get a evanescent scoop of ice cream. It filled my stomach.Afterwards I had to answer painfully to catch our bus. When I got home I knitted my mom for a ubiquitous day at the zoo."hello","","","","","","",""," ","","", ""
Array
(
[status] => Array
(
[status] => error
[message] => Not all required parameters were passed, so the webservice can not return any information.
)
[mad_lib] =>
)
showGroupItems
"Picnic"
Array
(
[status] => Array
(
[status] => ok
[message] =>
)
[group_items] => Array
(
[food] => Array
(
[food] => sandwiches
[drink] => sports drinks
[treat] => granola bars
)
[equip] => basket, blanket
[transport] => van
[people] => Mom, Dad, brothers, sisters, cousins
)
)
"Shopping"
Array
(
[status] => Array
(
[status] => ok
[message] =>
)
[group_items] => Array
(
[food] => Array
(
[food] => grapes
[drink] => juice box
[treat] => candybar
)
[equip] => cart, list
[transport] => moving van
)
)
showTaxes
63.10, "WY"
Array
(
[status] => Array
(
[status] => ok
[message] =>
)
[taxes] => Array
(
[price] => 63.1
[tax] => 2.52
[total] => 65.62
[state] => Wyoming
)
)
12.18, "Alaska"
Array
(
[status] => Array
(
[status] => error
[message] => The state that was passed is not in the correct format. It should only be 2 characters
)
[taxes] =>
)
showPhrases
1, ""
Array
(
[status] => Array
(
[status] => error
[message] => Not all required parameters were passed, so the webservice can not return any information.
)
[phrase] =>
)
0, "Cleopatra"
Array
(
[status] => Array
(
[status] => ok
[message] =>
)
[phrase] => O Cleopatra, Cleopatra! wherefore art thou Cleopatra?
)