wikitree / wikitree-api

Documentation and examples for using the WikiTree.com API
23 stars 10 forks source link

Feature/python3 examples #2

Closed chrrrisw closed 2 years ago

chrrrisw commented 2 years ago

A python 3 example for all current API calls documented. Have placed it in it's own directory under examples. Small fix to one MD file.

MichalVasut commented 2 years ago

Very good job - basically ready to use solution (much better than for other languages), just import in your app and use. 👏 👍

banjaxedben commented 2 years ago

Great work - thanks.

chrrrisw commented 2 years ago

Thanks @MichalVasut and @banjaxedben - I believe the code is ready as an example. Perhaps a little more input validation and exception handling would be appropriate for a full interface library.