Addition of --no_search should help with Fixes #25
Behind the scenes:
get_snipe_users is a new function that returns the rows of users from Snipe
get_snipe_user_id has been updated to reference 'snipe_users' before referring to the API
Might want to refine this before merging into master in case some try to use realname instead of email or something... It'll just grab the first case insensitive match in that array. Could make it faster by saying you know what field you want to match to in Snipe.
User facing changes:
Addition of --no_search should help with Fixes #25
Behind the scenes:
get_snipe_users is a new function that returns the rows of users from Snipe get_snipe_user_id has been updated to reference 'snipe_users' before referring to the API
Might want to refine this before merging into master in case some try to use realname instead of email or something... It'll just grab the first case insensitive match in that array. Could make it faster by saying you know what field you want to match to in Snipe.
Fixes #39
Typo & Syntax Fixes #38 Fixes #37 Fixes #36