Module: Forem

Defined in:
lib/forem.rb,
lib/forem/util.rb,
lib/forem/client.rb,
lib/forem/errors.rb,
lib/forem/version.rb,
lib/forem/list_object.rb,
lib/forem/api_resource.rb,
lib/forem/forem_object.rb,
lib/forem/api_requestor.rb,
lib/forem/configuration.rb,
lib/forem/resources/tag.rb,
lib/forem/forem_response.rb,
lib/forem/resources/page.rb,
lib/forem/resources/user.rb,
lib/forem/resources/trend.rb,
lib/forem/resources/video.rb,
lib/forem/resources/follow.rb,
lib/forem/resources/survey.rb,
lib/forem/resources/article.rb,
lib/forem/resources/comment.rb,
lib/forem/resources/concept.rb,
lib/forem/resources/segment.rb,
lib/forem/connection_manager.rb,
lib/forem/resources/follower.rb,
lib/forem/resources/reaction.rb,
lib/forem/api_operations/list.rb,
lib/forem/api_operations/save.rb,
lib/forem/resources/analytics.rb,
lib/forem/resources/billboard.rb,
lib/forem/resources/admin_user.rb,
lib/forem/services/tag_service.rb,
lib/forem/api_operations/create.rb,
lib/forem/api_operations/delete.rb,
lib/forem/api_operations/update.rb,
lib/forem/services/base_service.rb,
lib/forem/services/page_service.rb,
lib/forem/services/user_service.rb,
lib/forem/api_operations/request.rb,
lib/forem/resources/health_check.rb,
lib/forem/resources/organization.rb,
lib/forem/resources/reading_list.rb,
lib/forem/services/trend_service.rb,
lib/forem/services/video_service.rb,
lib/forem/api_operations/retrieve.rb,
lib/forem/resources/admin_concept.rb,
lib/forem/resources/agent_session.rb,
lib/forem/resources/profile_image.rb,
lib/forem/services/follow_service.rb,
lib/forem/services/survey_service.rb,
lib/forem/services/article_service.rb,
lib/forem/services/comment_service.rb,
lib/forem/services/concept_service.rb,
lib/forem/services/segment_service.rb,
lib/forem/resources/podcast_episode.rb,
lib/forem/services/follower_service.rb,
lib/forem/services/reaction_service.rb,
lib/forem/resources/request_redirect.rb,
lib/forem/services/analytics_service.rb,
lib/forem/services/billboard_service.rb,
lib/forem/services/admin_user_service.rb,
lib/forem/services/health_check_service.rb,
lib/forem/services/organization_service.rb,
lib/forem/services/reading_list_service.rb,
lib/forem/services/admin_concept_service.rb,
lib/forem/services/agent_session_service.rb,
lib/forem/services/profile_image_service.rb,
lib/forem/services/podcast_episode_service.rb,
lib/forem/services/request_redirect_service.rb,
lib/forem/resources/recommended_articles_list.rb,
lib/forem/services/recommended_articles_list_service.rb

Overview

lib/forem/configuration.rb

Defined Under Namespace

Modules: APIOperations, Services, Util Classes: APIConnectionError, APIError, APIRequestor, APIResource, AdminConcept, AdminUser, AgentSession, Analytics, Article, AuthenticationError, AuthorizationError, Billboard, Client, Comment, Concept, Configuration, ConflictError, ConnectionManager, Follow, Follower, ForemError, ForemObject, ForemResponse, HealthCheck, InvalidRequestError, ListObject, NotFoundError, Organization, Page, PodcastEpisode, ProfileImage, RateLimitError, Reaction, ReadingList, RecommendedArticlesList, RequestRedirect, Segment, Survey, Tag, Trend, User, Video

Constant Summary collapse

VERSION =

The current version of the forem-ruby gem.

"0.1.0.beta3"