Skip to content

Commit

Permalink
Update 2022-10-pyodk-webinar.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Mar 10, 2024
1 parent 3e189b3 commit e4f3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/2022-10-pyodk-webinar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
"\n",
"Our goal is to make many common workflow automation tasks directly available in `pyodk` as nice library methods. We haven't implemented most of those yet, though. You can still access the full Central API with the convenience of a configured `pyodk` client by using HTTP verb methods on your `Client` object.\n",
"\n",
"We briefly looked at how to use the [Central API docs](https://odkcentral.docs.apiary.io/) to make the right calls. You can see a worked example [here](https://github.com/getodk/pyodk/blob/master/examples/beyond-library-methods.ipynb).\n",
"We briefly looked at how to use the [Central API docs](https://docs.getodk.org/central-api/) to make the right calls. You can see a worked example [here](https://github.com/getodk/pyodk/blob/master/examples/beyond-library-methods.ipynb).\n",
"\n",
"There's also a longer sample script [here](https://github.com/getodk/pyodk/blob/master/examples/app_user_provisioner.py) that shows provisioning App Users from a file of names and generating custom QR codes for each of them."
]
Expand Down

0 comments on commit e4f3efe

Please sign in to comment.