It would be great to be able to do some filtering of returned phylopics based on their licenses. It looks like the API supports three options, which we should be able to combine into a single argument (but this argument probably needs to go in every function):
filter_license_by: If "true", limits results to entries with a license that requires attribution. If "false", limits results to entries with a license that does not require attribution.
filter_license_nc: If "true", limits results to entries with a license that does not allow commercial usage. If "false", limits results to entries with a license that allows commercial usage.
filter_license_sa: If "true", limits results to entries with a license with the StandAlone clause. If "false", limits results to entries with a license without the StandAlone clause.
It would be great to be able to do some filtering of returned phylopics based on their licenses. It looks like the API supports three options, which we should be able to combine into a single argument (but this argument probably needs to go in every function):