jonthegeek / wapir

Web APIs with R
https://wapir.io/
22 stars 3 forks source link

Task: Fetch info about APIs from apis.guru #64

Open jonthegeek opened 7 months ago

jonthegeek commented 7 months ago
all_apis <- jsonlite::read_json("https://api.apis.guru/v2/list.json")

(discuss fromJSON vs read_json)