Module: RubyBox

Defined in:
lib/ruby-box.rb,
lib/ruby-box/file.rb,
lib/ruby-box/item.rb,
lib/ruby-box/user.rb,
lib/ruby-box/event.rb,
lib/ruby-box/client.rb,
lib/ruby-box/folder.rb,
lib/ruby-box/comment.rb,
lib/ruby-box/session.rb,
lib/ruby-box/web_link.rb,
lib/ruby-box/discussion.rb,
lib/ruby-box/exceptions.rb,
lib/ruby-box/shared_link.rb,
lib/ruby-box/collaboration.rb,
lib/ruby-box/event_response.rb

Defined Under Namespace

Classes: AuthError, Client, Collaboration, Comment, Discussion, Event, EventResponse, File, Folder, Item, ItemNameInUse, ObjectNotFound, RequestError, RubyBoxError, ServerError, Session, SharedLink, UnshareableResource, User, WebLink

Constant Summary collapse

API_URL =
'https://api.box.com/2.0'
UPLOAD_URL =
'https://upload.box.com/api/2.0'
ISO_8601_TEST =
Regexp.new(/^[0-9]{4}-[0-9]{2}-[0-9]{2}T/)