matheusfm / futbin

An unofficial command-line tool for Futbin
MIT License
44 stars 5 forks source link

Parameter for go package to filter players for pos_type #3

Closed codeOfJannik closed 2 years ago

codeOfJannik commented 2 years ago

I have added the parameter pos_type for the getFilteredPlayers call. The futbin.org API endpoint is supporting this parameter also.

matheusfm commented 2 years ago

Hi @codeOfJannik Thanks for the PR. Your changes are welcome.

Are you interested in this parameter only in the go package or in the CLI as well?

matheusfm commented 2 years ago

I've added the flag position-type and released the version v0.3.2 with these enhancements.