stackone-migration-ruby

StackOneMigration - the Ruby gem for migration to the StackOne Unified API

Installation

gem install stackone_migration

or add this line to your Gemfile:

gem 'stackone_migration'

Usage

Load the migration gem:

require 'stackone_migration'

Configure StackOne API key:

StackOneHRIS.configure do |config|
  config.api_key_token = 'YOUR API KEY'
end

License

Copyright (c) 2023 StackOne. Licensed under the MIT license.