Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.7, 4.0.7
-
Fix Version/s: 4.1.0
-
Component/s: None
-
Labels:None
Description
More magic for the api:
so you call the api (local or remote)
$api->Contact->GetSingle(42);
then you can access the data
echo $api->Contact->first_name
or $api->Contact->any_field;
with two special ones: $api->values and $api->result;
I'm keeping it in QA and going to write the tests in the code sprint