NOTE: this is a an easy task designed for first-time contributors. I’m willing to hold your hand so you can make your first PR. This issue is rather a bit easier than normal. And anyone who’s already contributed to open source isn’t allowed to touch this one!
Add Users as an entity. Public documentation is here.
You'll notice in the lib/prosperworks folder a bunch of files, each one representing an entity (i.e. Lead or Opportunity). We need to add in User as an entity so that the consumer of this gem can get a list of their users.
NOTE: this is a an easy task designed for first-time contributors. I’m willing to hold your hand so you can make your first PR. This issue is rather a bit easier than normal. And anyone who’s already contributed to open source isn’t allowed to touch this one!
Add Users as an entity. Public documentation is here.
You'll notice in the
lib/prosperworksfolder a bunch of files, each one representing an entity (i.e.LeadorOpportunity). We need to add inUseras an entity so that the consumer of this gem can get a list of their users.