New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mithraic_events

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mithraic_events

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Mithraic-Events

Mithraic Events aims to provide a convenient and easy process for working with HTTParty and other facilities to help you in API testings.

Installation

Add Mithraic-Events to your Gemfile:

gem 'mithraic_events', '~> 0.1.1'

or

gem 'mithraic_events'

Install:

bundle install

Usage

GET

get("#{url_token}members/me/?key={{api_key}}&token={{token}}"

POST

post("{url_token}boards/?name=comaed&key={{api_key}}&token={{token}}&defaultLists=false")

PUT

put("{url_token}/cards/:id?idList={{doneListId}}&key={{trelloKey}}&token={{trelloToken}}")

PATCH

patch("{url_token}/checklists/:id/:field?value=bottom")

DELETE

delete("{url_token}/boards/:id?key={{trelloKey}}&token={{trelloToken}}")

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/callyca/mithraic_events. This project is intended to be a safe, welcoming space for collaboration.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 17 Jun 2022

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