@@ -448,7 +448,7 @@ def ldhap():
448
448
except :
449
449
return sendTraceback (None )
450
450
else :
451
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
451
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
452
452
else :
453
453
# API REQUEST
454
454
web = False
@@ -535,7 +535,7 @@ def ldmatrix():
535
535
except :
536
536
return sendTraceback (None )
537
537
else :
538
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
538
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
539
539
else :
540
540
# API REQUEST
541
541
web = False
@@ -598,7 +598,7 @@ def ldpair():
598
598
except :
599
599
return sendTraceback (None )
600
600
else :
601
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
601
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
602
602
else :
603
603
# API REQUEST
604
604
web = False
@@ -654,7 +654,7 @@ def ldpop():
654
654
except :
655
655
return sendTraceback (None )
656
656
else :
657
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
657
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
658
658
else :
659
659
# API REQUEST
660
660
web = False
@@ -706,7 +706,7 @@ def ldproxy():
706
706
except :
707
707
return sendTraceback (None )
708
708
else :
709
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
709
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
710
710
else :
711
711
# API REQUEST
712
712
web = False
@@ -764,7 +764,7 @@ def snpchip():
764
764
except :
765
765
return sendTraceback (None )
766
766
else :
767
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
767
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
768
768
else :
769
769
# API REQUEST
770
770
web = False
@@ -856,7 +856,7 @@ def snpclip():
856
856
except :
857
857
return sendTraceback (None )
858
858
else :
859
- return sendJSON ("Please use LDLink API when accessing modules programmatically ." )
859
+ return sendJSON ("This web API route does not support programmatic access. Please use the API routes specified on the API Access web page ." )
860
860
else :
861
861
# API REQUEST
862
862
web = False
0 commit comments