Class: Jibeset::Client

Inherits:
API
  • Object
show all
Includes:
Boat, Entries, Events, Fleets, Search, Users, Utils
Defined in:
lib/jibeset/client.rb,
lib/jibeset/client/boats.rb,
lib/jibeset/client/users.rb,
lib/jibeset/client/utils.rb,
lib/jibeset/client/events.rb,
lib/jibeset/client/fleets.rb,
lib/jibeset/client/search.rb,
lib/jibeset/client/entries.rb

Overview

Note:

All methods have been separated into modules and follow the same grouping used in the Jibeset API Documentation.

Wrapper for the Jibeset API

See Also:

  • TODO:doc_url

Defined Under Namespace

Modules: Boat, Entries, Events, Fleets, Search, Users, Utils

Method Summary

Methods included from Search

#search

Methods included from Boat

#boat, #boats, #destroy_boat, #update_boat

Methods included from Entries

#entries, #register

Methods included from Fleets

#create_fleet, #destroy_fleet, #fleet, #fleets, #update_fleet

Methods included from Events

#create_event, #destroy_event, #event, #event_entries, #event_fleets, #events, #register_entry, #update_event

Methods included from Users

#create_user, #destroy_user, #me, #update_user, #user

Methods inherited from API

#initialize

Methods included from OAuth

#authorize_url, #get_access_token

Methods included from Request

#delete, #get, #post, #put

Constructor Details

This class inherits a constructor from Jibeset::API