|
1 | 1 | """Python client for Sift Science's API. |
2 | | -See: https://developers.sift.com/docs/python/events-api |
| 2 | +See: https://developers.sift.com/docs/python/events-api/ |
3 | 3 | """ |
4 | 4 |
|
5 | 5 | from __future__ import annotations |
@@ -374,7 +374,7 @@ def track( |
374 | 374 |
|
375 | 375 | This call is blocking. |
376 | 376 |
|
377 | | - Visit https://siftscience.com/resources/references/events-api |
| 377 | + Visit https://developers.sift.com/docs/python/events-api/ |
378 | 378 | for more information on what types of events you can send and fields |
379 | 379 | you can add to the properties parameter. |
380 | 380 |
|
@@ -518,7 +518,7 @@ def score( |
518 | 518 |
|
519 | 519 | This call is blocking. |
520 | 520 |
|
521 | | - Visit https://developers.sift.com/docs/python/score-api |
| 521 | + Visit https://developers.sift.com/docs/python/score-api/ |
522 | 522 | for more details on our Score response structure. |
523 | 523 |
|
524 | 524 | Args: |
@@ -597,7 +597,7 @@ def get_user_score( |
597 | 597 |
|
598 | 598 | This call is blocking. |
599 | 599 |
|
600 | | - Visit https://developers.sift.com/docs/python/score-api/get-score |
| 600 | + Visit https://developers.sift.com/docs/python/score-api/get-score/ |
601 | 601 | for more details. |
602 | 602 |
|
603 | 603 | Args: |
@@ -665,7 +665,7 @@ def rescore_user( |
665 | 665 |
|
666 | 666 | This call is blocking. |
667 | 667 |
|
668 | | - Visit https://developers.sift.com/docs/python/score-api/rescore/overview |
| 668 | + Visit https://developers.sift.com/docs/python/score-api/rescore/ |
669 | 669 | for more details. |
670 | 670 |
|
671 | 671 | Args: |
@@ -725,7 +725,7 @@ def label( |
725 | 725 |
|
726 | 726 | This call is blocking. |
727 | 727 |
|
728 | | - Visit https://developers.sift.com/docs/python/labels-api |
| 728 | + Visit https://developers.sift.com/docs/python/labels-api/label-user |
729 | 729 | for more details on what fields to send in properties. |
730 | 730 |
|
731 | 731 | Args: |
@@ -774,7 +774,7 @@ def unlabel( |
774 | 774 |
|
775 | 775 | This call is blocking. |
776 | 776 |
|
777 | | - Visit https://developers.sift.com/docs/python/labels-api |
| 777 | + Visit https://developers.sift.com/docs/python/labels-api/unlabel-user |
778 | 778 | for more details. |
779 | 779 |
|
780 | 780 | Args: |
|
0 commit comments