endpoint = 'https://example.com/api_endpoint'
rest_client = RestClient::Resource.new(endpoint, verify_ssl: OpenSSL::SSL::VERIFY_NONE)
response = rest_client.get()
refering to:
Go to list of users who liked
More than 5 years have passed since last update.
endpoint = 'https://example.com/api_endpoint'
rest_client = RestClient::Resource.new(endpoint, verify_ssl: OpenSSL::SSL::VERIFY_NONE)
response = rest_client.get()
refering to:
Register as a new user and use Qiita more conveniently
Go to list of users who liked