floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

added users/search endpoint #181

Closed roman-acumen closed 5 years ago

roman-acumen commented 5 years ago

Fix for issue https://github.com/floralvikings/jira-connector/issues/180

MrRefactoring commented 5 years ago

Nice catch! I'll have to add additional info about user/search later. Could you also add the data about all to index.d.ts and to user.d.ts (needs to create)?

roman-acumen commented 5 years ago

@MrRefactoring added the user.d.ts

MrRefactoring commented 5 years ago

Great job! Thanks!