Rename repo

Issue #7 new
Aaron Bartell created an issue

This repository was poorly named by me (Aaron Bartell). It should be ruby-itoolkit so it can be named like the equivalent in Node.js and Python(see Notes below). This "issue" is meant to document the repo name change and listen to the community if anyone would object.

##Notes:

Node.js xmlservice interface is named "itoolkit.js"

var xt = require(“/QOpenSys/QIBM/ProdData/Node/os400/xstoolkit/lib/itoolkit”);

Python xmlservice interface is named "itoolkit"

  from itoolkit import *
  from itoolkit.lib.ilibcall import *
  itransport = iLibCall()

Comments (1)

  1. Aaron Bartell reporter

    Repo has been renamed from https://bitbucket.org/litmis/xmlservice to https://bitbucket.org/litmis/ruby-itoolkit

  2. Log in to comment