A lightweight json-api client addon for superagent. If you don't know about jsonapify or the JSON-API format, you should have a look.
UsageES2015 style
import superagent from 'superagent'; import superagentJsonapify from 'superagent-jsonapify'; superagentJsonapify(superagent); const request = superagent.get('/api/videos?include=comments') .then(function(response) { const body = response.body; const video = body.data[0]; const comments = video.comments; });
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4