Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lita-yandex-domains

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lita-yandex-domains

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

lita-yandex-domains

Build Status Coverage Status

Lita handler to interact with yandex domain API

Installation

Add lita-yandex-domains to your Lita instance's Gemfile:

gem 'lita-yandex-domains'

Configuration

Required attributes

How to get PDD token

  • pdd_token (String) - Yandex PDD Token. Default: nil.

  • domain (String) - Your domain name that is linked to yandex domain service. Default: nil.

Example

Lita.configure do |config|
  config.handlers.yandex_domains.pdd_token  = 'XXXXXXX'
  config.handlers.yandex_domains.domain = 'example.com'
end

Usage

Please note

yandex show all human emails - Show all emails that not include mailing lists
yandex show all maillists - Show all maillists
yandex create email <email> - Create new email with random generated password
yandex delete email <email> - Delete user email
yandex create maillist <email> - Create new maillist
yandex delete maillist <email> - Delete maillist
yandex add <email> to maillist <email> - Add subcriber to maillist
yandex delete <email> from maillist <email> - Remove subcriber from maillist

Note: The above commands except "show" commands require that the user be a member of the :yandex_admins authorization group. For example: to add admin for lita yandex domain run the following command - Lita, auth add username yandex_admins

License

MIT

FAQs

Package last updated on 12 Jan 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