🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

majestic_seo_api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

majestic_seo_api

1.4.0
Rubygems
Version published
Maintainers
1
Created
Source

Majestic Ruby API Client

Client intended to be used with Majestic's API.

Installation

gem install majestic_seo_api

Configuration

MajesticSeoApi.configure do |config|
  config.environment  =   :production # The environment to use, valid values: :sandbox, :production
  config.api_key      =   'api_key' # Your API key provided by Majestic
  config.verbose      =   false # Set to true to enable Faraday's logging middleware to get more information
end

If you're using Rails, create an initializer in config/initializers/majestic.rb to configure the client globally in your app.

FAQs

Package last updated on 23 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts