edutap.wallet_google.api.create#
- edutap.wallet_google.api.create(data: Model) Model #
Creates a Google Wallet items. C in CRUD.
- Parameters:
data – Data to pass to the Google RESTful API. A model instance, has to be a registered model.
- Raises:
Exception – When the response status code is not 200.
- Returns:
The created model based on the data returned by the Restful API.