Project

urlhaus

0.0
No release in over 3 years
Low commit activity in last 3 years
URLhaus query API wrapper for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 0.8
~> 12.3
~> 3.8
~> 4.0
~> 3.5
 Project Readme

urlhaus

Build Status Coverage Status

URLHaus query API wrapper for Ruby.

Installation

gem install urlhaus

Usage

require "urlhaus"

api = URLhaus::API.new

# Query URL information
api.url("http://sskymedia.com/VMYB-ht_JAQo-gi/INV/99401FORPO/20673114777/US/Outstanding-Invoices/")
# Query host information
api.host("vektorex.com")
# Query payload information
api.payload("12c8aec5766ac3e6f26f2505e2f4a8f2")
# Query tag information
api.tag("Retefe")
# Query signature information
api.signature("Gozi")

License

The gem is available as open source under the terms of the MIT License.