globus / globus-sdk-python

Globus SDK for Python
Apache License 2.0
68 stars 38 forks source link

Add a TimersClient app scope helper for data_access + example doc #1074

Closed sirosen closed 1 month ago

sirosen commented 1 month ago
  1. Implement add_app_transfer_data_access_scope
  2. Add a new GlobusApp example using TimersClient in 'experimental' docs
  3. Promote the "experimental" timer example doc to main example docs

📚 Documentation preview 📚: https://globus-sdk-python--1074.org.readthedocs.build/en/1074/

sirosen commented 1 month ago

After rebasing and asking for a fresh review, I noticed that the doc is in the wrong place because this PR was filed several weeks ago (before GlobusApp moved out of experimental). I've therefore pushed an additional change to move these docs to their intended home, replacing the "Timer Operations" examples.

sirosen commented 1 month ago

I applied the suggestion + amended to add other suggested fixes.