Project

osuny_api

0.0
The project is in a healthy, maintained state
Gem Ruby pour l'API Osuny
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Osuny API

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add osuny_api

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install osuny_api

Usage

osuny = OsunyApi.new  host: 'https://instance.osuny.org',
                      token: 'real_token'

post = {
  migration_identifier: "identifiant-unique"
  title: 'Titre importé'
}
osuny.communication
     .website('real_website_id')
     .post
     .import(post)

License

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