Skip to content

Commit

Permalink
document registry, base models, session
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 3, 2023
1 parent 27eff6a commit ad5fa07
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion source/packages/edutap_wallet_google/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,52 @@ Models can be the different top-level wallet-classes or -objects, but also issue
IssuerContactInfo
SmartTapMerchantData
```
```

## Other

```{eval-rst}
.. rubric:: Base Model Classes
`edutap.wallet_google.modelbase`
.. currentmodule:: edutap.wallet_google.modelbase
.. autosummary::
:toctree: _autosummary
GoogleWalletModel
GoogleWalletWithIdModel
GoogleWalletClassModel
GoogleWalletObjectModel
GoogleWalletObjectReference
.. rubric:: Model Registry
`edutap.wallet_google.registry`
.. currentmodule:: edutap.wallet_google.registry
.. autosummary::
:toctree: _autosummary
register_model
lookup_model
lookup_model_by_plural_name
lookup_metadata
.. rubric:: Session
`edutap.wallet_google.session`
.. currentmodule:: edutap.wallet_google.session
.. autosummary::
:toctree: _autosummary
SessionManager
HTTPRecorder
```

0 comments on commit ad5fa07

Please sign in to comment.