Class: AngellistApi::Client
- 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
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
Methods included from Startups
#all_startups, #get_startup, #get_startups, #startup_comments, #startup_roles, #startup_search
Methods included from Search
Methods included from Reviews
Methods included from Press
Methods included from Paths
Methods included from 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
Methods inherited from API
Methods included from Request
Constructor Details
This class inherits a constructor from AngellistApi::API