Project

snowflake

0.0
No release in over 3 years
Low commit activity in last 3 years
A super simple library to intract with a service-now.com configuration database
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2.0
~> 0.6.1
~> 1.2.0
 Project Readme

Snowflake

About

Snowflake is a simple, super light-weight ruby gem to interact with a service-now.com configuration database.

Install

gem install snowflake

Example

require 'savon'
require 'snowflake'

client = Snowflake.new(:endpoint => "https://yourcompany.service-now.com/cmdb_ci_server.do?WSDL", :user => "joe", :password => "bloggs")
puts client.get(:hostname => "cloudserver01.yourcompany.com", :ci_field => "dns_domain")