-
Notifications
You must be signed in to change notification settings - Fork 0
danielmcgrath/Ruby-AuthenticJobs-API-Wrapper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Authentic Jobs API Wrapper for Ruby =================================== ## Methods: ## * getTypes * Accepts no arguments, returns all available job types * getCompanies * Accepts no arguments, returns all available companies with open positions * getCategories * Accepts no arguments, returns all available job categories * getLocations * Accepts no arguments, returns all locations with at least 1 listing * searchJobs * Accepts an object with the following properties: category, company, keywords, location, page, perpage, sort, type, and returns all jobs that meet the passed criteria ## Usage: ## >>> require 'rubyjobs' >>> request = RubyJobs.new("***YOUR API KEY***") >>> request.searchJobs({"location"=>"VA"}) ## API Keys: ## Apply for one here: http://www.authenticjobs.com/api/
About
A simple wrapper for the Authentic Jobs API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published