Sha256: d772cb5f49fc298cd616345582a22f54a810fae459aefe174941334570802546
Contents?: true
Size: 1.25 KB
Versions: 4
Compression:
Stored size: 1.25 KB
Contents
# Adyen Admin [](http://travis-ci.org/rngtng/adyen-admin) Adyen Admin Skin API and Command line tool A little Gem to make your life easier when dealing with Adyen skins. It offers simple functions to maniu ## Setup Install gem gem install adyen-admin Make sure you create a Adyen user with [Technical Setting rights](https://ca-test.adyen.com/ca/ca/config/users.shtml). *Std user rights have to be given as well!* ## Usage Simple usage case to get all Skins: ```ruby require 'adyen/admin' Adyen::Admin.login(<accountname>, <username>, <password>) Adyen::Admin::Skin.all #returns all remote + local skins ``` ### Skins By now a Skin can be: * downloaded * uploaded * compiled * retrieve versions * retrieve test_url * map to local or remote ## Dependencies Depends on [mechanize](http://mechanize.rubyforge.org/) to access the webinterface ## Contributing We'll check out your contribution if you: - Provide a comprehensive suite of tests for your fork. - Have a clear and documented rationale for your changes. - Package these up in a pull request. We'll do our best to help you out with any contribution issues you may have. ## License The license is included as LICENSE in this directory.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
adyen-admin-0.0.6 | README.md |
adyen-admin-0.0.5 | README.md |
adyen-admin-0.0.4 | README.md |
adyen-admin-0.0.3 | README.md |