Skip to content

Commit 33d180e

Browse files
authored
Merge pull request #1486 from maxmind/greg/fix-factors-ip-risk-reasons
Fix Factors IP risk reasons example
2 parents 28a09da + f724f2a commit 33d180e

31 files changed

+274
-269
lines changed

assets/snippets/minfraud-client-apis.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ The following APIs are developed and maintained by MaxMind. See
22
[our guide on developing for the community](/contribute) if you have questions
33
about creating or sharing your own unofficial clients or integrations.
44

5-
| Language or Framework | Package Repository | Documentation | Version Control |
6-
| --------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | -------------------------------------------------------- |
7-
| .NET (C#) | [NuGet](https://www.nuget.org/packages/MaxMind.MinFraud) | [GitHub Pages](https://maxmind.github.io/minfraud-api-dotnet/) | [GitHub](https://github.com/maxmind/minfraud-api-dotnet) |
5+
| Language or Framework | Package Repository | Documentation | Version Control |
6+
| --------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------- |
7+
| .NET (C#) | [NuGet](https://www.nuget.org/packages/MaxMind.MinFraud) | [GitHub Pages](https://maxmind.github.io/minfraud-api-dotnet/) | [GitHub](https://github.com/maxmind/minfraud-api-dotnet) |
88
| Java | [Maven Central](https://search.maven.org/search?q=g:com.maxmind.minfraud) | [GitHub Pages](https://maxmind.github.io/minfraud-api-java/) | [GitHub](https://github.com/maxmind/minfraud-api-java) |
9-
| Node.js | [NPM](https://www.npmjs.com/package/@maxmind/minfraud-api-node) | [GitHub Pages](https://maxmind.github.io/minfraud-api-node/) | [GitHub](https://github.com/maxmind/minfraud-api-node) |
10-
| Perl (deprecated) | [metacpan](https://metacpan.org/release/WebService-MinFraud) | [metacpan](https://metacpan.org/pod/WebService::MinFraud) | [GitHub](https://github.com/maxmind/minfraud-api-perl) |
11-
| PHP | [Packagist](https://packagist.org/packages/maxmind/minfraud) | [GitHub Pages](https://maxmind.github.io/minfraud-api-php/) | [GitHub](https://github.com/maxmind/minfraud-api-php) |
12-
| Python | [PyPI](https://pypi.org/project/minfraud/) | [Read the Docs](https://minfraud.readthedocs.io/en/latest/) | [GitHub](https://github.com/maxmind/minfraud-api-python) |
13-
| Ruby | [RubyGems.org](https://rubygems.org/gems/minfraud) | [RubyDoc.info](https://www.rubydoc.info/gems/minfraud/) | [GitHub](https://github.com/maxmind/minfraud-api-ruby) |
9+
| Node.js | [NPM](https://www.npmjs.com/package/@maxmind/minfraud-api-node) | [GitHub Pages](https://maxmind.github.io/minfraud-api-node/) | [GitHub](https://github.com/maxmind/minfraud-api-node) |
10+
| Perl (deprecated) | [metacpan](https://metacpan.org/release/WebService-MinFraud) | [metacpan](https://metacpan.org/pod/WebService::MinFraud) | [GitHub](https://github.com/maxmind/minfraud-api-perl) |
11+
| PHP | [Packagist](https://packagist.org/packages/maxmind/minfraud) | [GitHub Pages](https://maxmind.github.io/minfraud-api-php/) | [GitHub](https://github.com/maxmind/minfraud-api-php) |
12+
| Python | [PyPI](https://pypi.org/project/minfraud/) | [Read the Docs](https://minfraud.readthedocs.io/en/latest/) | [GitHub](https://github.com/maxmind/minfraud-api-python) |
13+
| Ruby | [RubyGems.org](https://rubygems.org/gems/minfraud) | [RubyDoc.info](https://www.rubydoc.info/gems/minfraud/) | [GitHub](https://github.com/maxmind/minfraud-api-ruby) |

bin/check-shortcode-parity.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as fs from 'fs';
32
import * as path from 'path';
43

content/contribute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ minor modifications.
4747

4848
If you would like us to feature an API or tool that you’ve developed for use
4949
with our products and services, please
50-
[contact our support team](https://support.maxmind.com/knowledge-base)
51-
with a brief description of the tool and a link to the code and documentation.
52-
We do not guarantee that we will feature all contributions on our site, but
53-
we’re always interested to see what you come up with.
50+
[contact our support team](https://support.maxmind.com/knowledge-base) with a
51+
brief description of the tool and a link to the code and documentation. We do
52+
not guarantee that we will feature all contributions on our site, but we’re
53+
always interested to see what you come up with.
5454

5555
## Refer Users to MaxMind
5656

0 commit comments

Comments
 (0)