mozilla-services / ip-reputation-js-client

A node JS client to the iprepd IP reputation service
Mozilla Public License 2.0
5 stars 8 forks source link

Update to remove usage of legacy iprepd reputation endpoints #39

Closed ameihm0912 closed 4 years ago

ameihm0912 commented 4 years ago

This module currently makes use of the legacy untyped reputation endpoints.

It should be updated in a fashion that does not break downstream consumers to support the current endpoints. This will allow us to deprecate the legacy endpoint support in iprepd.

g-k commented 4 years ago

Where can I find docs or source for the new API?

Do we know which endpoints FxA would use?