All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
list | GET /v3/notifications | List |
list
List
Get list of available exercises and activities for users
# load the gem
require 'polar_accesslink'
api_instance = PolarAccesslink::PullNotificationsApi.new
begin
#List
api_instance.list
rescue PolarAccesslink::ApiError => e
puts "Exception when calling PullNotificationsApi->list: #{e}"
end
This endpoint does not need any parameter.
nil (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined