You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
time.timecard: create get_for_specified_period() method to get timecards for a specified period and party_id
time.timecard: create update() method to patch timecards given their ID and date
time.timesheets: create to house endpoints with "timesheet" specified within them - pulled in functions originally in time.timecard
Changed
time.timecard: change create_in_project() to simply create() since Procore Developer Support said that using the company-based or project-based timecard endpoint produced the same result
tools: wrap all previous examples into notebook called generic_tools.ipynb