Skip to content

Commit

Permalink
List implemented and to be implemented services
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvellu committed Mar 2, 2023
1 parent b41d07f commit d9fef44
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions worms.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,33 @@
results = aphia.get_aphia_records('Priapulus caudatus')
print(results)
Services:
[y] getAphiaID
[y] getAphiaRecords
[y] getAphiaNameByID
[y] getAphiaRecordByID
[ ] getAphiaRecordsByIDs
[y] getAphiaRecordByExtID
[y] getExtIDbyAphiaID
[y] getAphiaRecordsByNames
[y] getAphiaRecordsByVernacular
[y] getAphiaRecordsByDate
[y] getAphiaClassificationByID
[y] getSourcesByAphiaID
[y] getAphiaSynonymsByID
[y] getAphiaVernacularsByID
[y] getAphiaChildrenByID
[y] matchAphiaRecordsByNames
[y] getAphiaDistributionsByID
[ ] getAphiaTaxonRanksByID
[ ] getAphiaTaxonRanksByName
[ ] getAphiaRecordsByTaxonRankID
[ ] getAphiaAttributeKeysByID
[ ] getAphiaAttributeValuesByCategoryID
[ ] getAphiaIDsByAttributeKeyID
[ ] getAphiaAttributesByAphiaID
'''

from suds import null, WebFault
Expand Down

0 comments on commit d9fef44

Please sign in to comment.