-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation needs more examples #39
Comments
|
Here's the data i'm trying to retrieve from the response:
I get unknown attribute on
|
Try:
See the API docs for the full list of property names. |
This open issue seems to be the only place where this behaviour is documented.. :-( Could please anyone explain me the correct syntax for the non working $fraudDetection->ipAddress->city->names->en; |
|
Thanks that did the trick. But it would have been nice if this would have been found in the documentation or the example script and not as open issue on github ;-) |
Hello
This is not really an issue per say, more of a plea for further documentation examples and some help.
I'm currently trying to understand how I can access all of the data that I am getting back from a response
With,
I do not understand why I cannot simply access, say, the latitude of the IP Address with:
$response->ipAddress->location->latitude
or$response->ipAddress->location['latitude']
For a simpleton like myself I just need that extra bit of assistance / documentation on how to access and store this information.
Is there a method to get data by key? Is this a free trial account limitation, or.. ?
Cheers!
The text was updated successfully, but these errors were encountered: