0.0
No commit activity in last 3 years
No release in over 3 years
Simple Ruby Client for Star Search - http://github.com/maddox/star-search
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Star Searcher!

Star Searcher is just a simple Ruby client that lets you talk to your Star Search (This is an http://github.com/maddox/star-search).

Requirements

  • httparty (duh)

How Do I Do It?

Just like every other Ruby REST client

star_searcher = StarSearcher.new('stars.domain.com')

star_searcher.feed(3) => page 3 of JSON of stars

star_searcher.search('blue drink', 3) => page 3 of JSON of stars matching this query

star_searcher.by_author('maddox', 3) => page 3 of JSON of stars from maddox