Skip to content

Commit

Permalink
[airtable-staff-list] Add links to airtable UI and API docs (#800)
Browse files Browse the repository at this point in the history
Taken from @kevinreiss' ticket #697
  • Loading branch information
sandbergja authored Jun 26, 2024
1 parent 5e155bb commit 47ca388
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/air_table_staff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
creates a CSV that can then be used by the OIT WDS-hosted
library website.

## Accessing the data in the Airtable UI and API

* [Airtable UI for staff directory data](https://airtable.com/appv7XA5FWS7DG9oe/tblM0iymGN5oqDUVm/viwHf9IPWSnVpidzL?blocks=hide)
* [API docs for Library Staff Airtable](https://airtable.com/appv7XA5FWS7DG9oe/api/docs)
* [Auth docs for Airtable](https://airtable.com/developers/web/api/authentication)

If you don't have access to the above, @jpstroop can
set you up.

Lib-jobs uses a personal access token (PAT) from a service
account to authenticate into airtable. For local
development, you can use that token, or create your
own PAT in the Airtable UI. Instructions for rotating
the airtable service account PAT can be found in the
lib-jobs ansible vault.

## Sequence of events

The steps to maintain this list, as illustrated in the sequence diagram below.
Expand Down

0 comments on commit 47ca388

Please sign in to comment.