Action
gbif_record_show(context, data_dict)
ΒΆ
Retrieve a GBIF record with the given GBIF ID. This is done via the GBIF API.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
context
|
CKAN context |
required | |
data_dict
|
dict of parameters, only one is required: gbif_id |
required |
Source code in ckanext/gbif/logic/action.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | |