rogers-obrien-rad / ProPyCore

Interact with Procore through Python for Data Connection Applications (no user authentication)
MIT License
4 stars 0 forks source link

Bug/private files #17

Closed HagenFritz closed 1 year ago

HagenFritz commented 1 year ago

This pull request does not solve the issue of private files (#14) but builds a lot of good functionality and includes and update() function for both folders and files using PATCH requests.

I tried using a PATCH to fix the issue after the file had been created but it was a no-go.

This PR also includes a bunch of new snippets which should be incredibly useful to understand the utility of this package.