Sha256: 35ab19ff5a1ff110ae3e49eff8a4062fde623b124a7d2058b0c9d0af19d1e00a
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
require "faraday" require "faraday_middleware" require "json" module Datatxt class Sim < Base ENDPOINT = "/datatxt/sim/v1" attr_accessor :text1, :url1, :html1, :html_fragment1, :text2, :url2, :html2, :html_fragment2, :lang, :bow def analyze(options) params = options call(ENDPOINT, params) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datatxt-0.1.0 | lib/datatxt/sim.rb |
datatxt-0.0.2 | lib/datatxt/sim.rb |