@@ -30,7 +30,7 @@ Documentation
3030-------------
3131
3232Complete API documentation is available on `Read the Docs
33- <http ://minfraud.readthedocs.io/> `_.
33+ <https ://minfraud.readthedocs.io/> `_.
3434
3535Usage
3636-----
@@ -72,8 +72,7 @@ Each of these methods takes a dictionary representing the transaction to be sent
7272to the web service. The structure of this dictionary should be in `the format
7373specified in the REST API documentation
7474<https://dev.maxmind.com/minfraud/#Request_Body> `__.
75- The ``ip_address `` in the ``device `` sub-dictionary is required. All other
76- fields are optional.
75+ All fields are optional.
7776
7877Report Transactions Usage
7978^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -114,9 +113,9 @@ The possible errors are:
114113 is unable to authenticate the request, e.g., if the license key or account
115114 ID is invalid.
116115* ``minfraud.InvalidRequestError `` - This will be raised when the server
117- rejects the request as invalid for another reason, such as a missing or
118- reserved IP address. It is also raised if validation of the request before
119- it is sent to the server fails.
116+ rejects the request as invalid for another reason, such as a reserved IP
117+ address. It is also raised if validation of the request before it is sent to
118+ the server fails.
120119* ``minfraud.HttpError `` - This will be raised when an unexpected HTTP
121120 error occurs such as a firewall interfering with the request to the server.
122121* ``minfraud.MinFraudError `` - This will be raised when some other error
@@ -303,7 +302,7 @@ Python 3.6 or greater is required. Older versions are not supported.
303302Versioning
304303----------
305304
306- The minFraud Python API uses `Semantic Versioning <http ://semver.org/ >`_.
305+ The minFraud Python API uses `Semantic Versioning <https ://semver.org/ >`_.
307306
308307Support
309308-------
@@ -312,7 +311,7 @@ Please report all issues with this code using the `GitHub issue tracker
312311<https://github.com/maxmind/minfraud-api-python/issues> `_.
313312
314313If you are having an issue with a MaxMind service that is not specific to the
315- client API, please contact `MaxMind support <http ://www.maxmind.com/en/support >`_
314+ client API, please contact `MaxMind support <https ://www.maxmind.com/en/support >`_
316315for assistance.
317316
318317Copyright and License
0 commit comments