Table of Contents - rally-wsapi-0.5.2 Documentation
Pages
- LICENSE
-
README
- rally-wsapi
- Usage
- Using WSAPI with OAuth2
- Method reference for Session
- Get the authenticated user
- Get a user
- Get a user by username
- Get users by query
- Get the subscription of the authenticated user
- Get a subscription by object id
- Get a subscription by subscription id
- Get a project
- Get projects of the authenticated user
- Get team members in a project
- Get editors in a project
- Update any object with parameters hash
- Create an object with a fields hash
- Build a wsapi object url
- Setup refresh token to be used with OAuth2
- Result objects
- Object
- User
- Subscription
- Project
Classes and Modules
- Wsapi
- Wsapi::ApiError
- Wsapi::AuthorizationError
- Wsapi::BadRequestError
- Wsapi::IpAddressLimited
- Wsapi::Mapper
- Wsapi::Object
- Wsapi::ObjectNotFoundError
- Wsapi::Project
- Wsapi::Session
- Wsapi::StandardErrorWithResponse
- Wsapi::Subscription
- Wsapi::TimeoutError
- Wsapi::User
- Wsapi::WsapiAuthentication
Methods
- ::from_data — Wsapi::Object
- ::get_errors — Wsapi::Mapper
- ::get_object — Wsapi::Mapper
- ::get_objects — Wsapi::Mapper
- ::new — Wsapi::Object
- ::new — Wsapi::StandardErrorWithResponse
- ::new — Wsapi::WsapiAuthentication
- ::new — Wsapi::Session
- #admin? — Wsapi::User
- #build_object_url — Wsapi::Session
- #call — Wsapi::WsapiAuthentication
- #check_response_for_errors! — Wsapi::Session
- #connection — Wsapi::Session
- #create — Wsapi::Session
- #email — Wsapi::User
- #fetch_with_pages — Wsapi::Session
- #first_name — Wsapi::User
- #get_current_user — Wsapi::Session
- #get_editors — Wsapi::Session
- #get_project — Wsapi::Session
- #get_projects — Wsapi::Session
- #get_subscription — Wsapi::Session
- #get_subscription_by_subscription_id — Wsapi::Session
- #get_team_members — Wsapi::Session
- #get_user — Wsapi::Session
- #get_user_by_username — Wsapi::Session
- #get_user_subscription — Wsapi::Session
- #get_users — Wsapi::Session
- #id — Wsapi::Object
- #ip_address_limited? — Wsapi::Session
- #last_name — Wsapi::User
- #name — Wsapi::Object
- #name — Wsapi::User
- #obj_id — Wsapi::Subscription
- #object_not_found? — Wsapi::Session
- #refresh_token! — Wsapi::Session
- #setup_refresh_token — Wsapi::Session
- #subscription — Wsapi::Project
- #subscription_id — Wsapi::Subscription
- #subscription_id — Wsapi::User
- #subscription_type — Wsapi::Subscription
- #update — Wsapi::Session
- #update_artifact — Wsapi::Session
- #url — Wsapi::Object
- #username — Wsapi::User
- #workspace — Wsapi::Object
- #workspace_url — Wsapi::Session
- #wsapi_get — Wsapi::Session
- #wsapi_request — Wsapi::Session
- #wsapi_resource_url — Wsapi::Session