Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 228 Bytes

File metadata and controls

12 lines (6 loc) · 228 Bytes

Interacting with APIs

API's has variety of structure to interact with its peers.

require 'http'

json_res = JSON.parse Net::HTTP.get URI.parse "http://api.stackexchange.com/2.2/questions?site=stackoverflow"