MVP Requirements
- Provide an "neutrino_api.ip_info" / NeutrinoIpInfo service.
- The service should have one method: NeutrinoIpInfo::ipInfo
- The method should take an optional IP address (default NULL) and use the current request's IP if it's not provided
- The method should return an associative array of information from the Neutrino SDK on success, or an empty array on failure (or an exception? Not sure.
Issue fork neutrino_api-3404724
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
luke.leberLGTM for an MVP.