matheusfm / futbin

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

Parameter for go package to filter players for pos_type #3

Closed codeOfJannik closed 1 year ago

codeOfJannik commented 1 year ago

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

matheusfm commented 1 year 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 1 year ago

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