Class: AngellistApi::Client

Inherits:
API
  • Object
show all
Includes:
ActivityFeeds, Follows, Jobs, Messages, Paths, Press, Reviews, Search, StartupRoles, Startups, StatusUpdates, Tags, Users
Defined in:
lib/angellist_api/client.rb,
lib/angellist_api/client/jobs.rb,
lib/angellist_api/client/tags.rb,
lib/angellist_api/client/paths.rb,
lib/angellist_api/client/press.rb,
lib/angellist_api/client/users.rb,
lib/angellist_api/client/search.rb,
lib/angellist_api/client/follows.rb,
lib/angellist_api/client/reviews.rb,
lib/angellist_api/client/messages.rb,
lib/angellist_api/client/startups.rb,
lib/angellist_api/client/startup_roles.rb,
lib/angellist_api/client/activity_feeds.rb,
lib/angellist_api/client/status_updates.rb

Overview

Note:

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

Wrapper for the AngellistApi REST API

Defined Under Namespace

Modules: ActivityFeeds, Follows, Jobs, Messages, Paths, Press, Reviews, Search, StartupRoles, Startups, StatusUpdates, Tags, Users

Method Summary

Methods included from Users

#get_user, #get_users, #me, #user_roles, #user_search

Methods included from Tags

#get_tag, #get_tag_children, #get_tag_parents, #get_tag_startups

Methods included from StatusUpdates

#delete_status_updates, #get_status_updates, #post_status_updates

Methods included from StartupRoles

#get_startup_roles

Methods included from Startups

#all_startups, #get_startup, #get_startups, #startup_comments, #startup_roles, #startup_search

Methods included from Search

#search

Methods included from Reviews

#get_review, #get_reviews

Methods included from Press

#get_press

Methods included from Paths

#get_paths

Methods included from Messages

#get_messages, #post_messages

Methods included from Jobs

#get_job, #get_jobs, #get_startup_jobs, #get_tag_jobs

Methods included from Follows

#delete_follow, #get_follows, #get_startup_follower_ids, #get_startup_followers, #get_user_follower_ids, #get_user_followers, #get_user_following, #get_user_following_ids, #new_follow

Methods included from ActivityFeeds

#get_feed

Methods inherited from API

#initialize

Methods included from Request

#delete, #get, #post

Constructor Details

This class inherits a constructor from AngellistApi::API