Skip to content

Releases: rogers-obrien-rad/ProPyCore

v0.5.4

06 Feb 18:23
ce69db5
Compare
Choose a tag to compare

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

Removed

  • time.timecard: remove endpoints with "timesheet"
  • tools: remove old Python example files

v0.5.2

05 Feb 19:28
099efad
Compare
Choose a tag to compare

Create timecards

v1.0.0

23 Oct 16:37
Compare
Choose a tag to compare

🌱 Initial Release