0.0
No release in over a year
Mithraic Events is a tool to help in the API testing with HTTParty
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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

Required the module MithraicEvents to realize the API testings

include MithraicEvents

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.