Class: Bio::DDBJ::REST::WABItemplate

Inherits:
Object
  • Object
show all
Defined in:
lib/bio/io/ddbjrest.rb

Overview

Bio::DDBJ::REST::WABItemplate is a private class to provide common methods to access DDBJ Web API for Biology (WABI) services by using REST protocol.

Normal users should not use the class directly.

Direct Known Subclasses

Blast, ClustalW, DDBJ, Mafft, RequestManager

Constant Summary collapse

WABI_HOST =

hostname for the WABI service

'xml.nig.ac.jp'
WABI_PATH =

path for the WABI service

'/rest/Invoke'