All URIs are relative to https://sandbox.zenodo.org/api
Method | HTTP request | Description |
---|---|---|
list_communities | GET /communities | List of communities |
list_funders | GET /funders | List of funders |
list_grants | GET /grants | List of grants |
list_licenses | GET /licenses | List of licenses |
list_records | GET /records | List of records |
Object list_communities
List of communities
# load the gem
require 'zenodo_client'
api_instance = ZenodoClient::PreviewApi.new
begin
#List of communities
result = api_instance.list_communities
p result
rescue ZenodoClient::ApiError => e
puts "Exception when calling PreviewApi->list_communities: #{e}"
end
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, multipart/form-data
- Accept: application/json
Object list_funders
List of funders
# load the gem
require 'zenodo_client'
api_instance = ZenodoClient::PreviewApi.new
begin
#List of funders
result = api_instance.list_funders
p result
rescue ZenodoClient::ApiError => e
puts "Exception when calling PreviewApi->list_funders: #{e}"
end
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, multipart/form-data
- Accept: application/json
Object list_grants
List of grants
# load the gem
require 'zenodo_client'
api_instance = ZenodoClient::PreviewApi.new
begin
#List of grants
result = api_instance.list_grants
p result
rescue ZenodoClient::ApiError => e
puts "Exception when calling PreviewApi->list_grants: #{e}"
end
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, multipart/form-data
- Accept: application/json
Object list_licenses
List of licenses
# load the gem
require 'zenodo_client'
api_instance = ZenodoClient::PreviewApi.new
begin
#List of licenses
result = api_instance.list_licenses
p result
rescue ZenodoClient::ApiError => e
puts "Exception when calling PreviewApi->list_licenses: #{e}"
end
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, multipart/form-data
- Accept: application/json
Object list_records
List of records
# load the gem
require 'zenodo_client'
api_instance = ZenodoClient::PreviewApi.new
begin
#List of records
result = api_instance.list_records
p result
rescue ZenodoClient::ApiError => e
puts "Exception when calling PreviewApi->list_records: #{e}"
end
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, multipart/form-data
- Accept: application/json