Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc