class Bio::DDBJ::XML::RequestManager::REST
RequestManager using DDBJ REST interface
Constants
- Service
- Uri
Public Instance Methods
getAsyncResult(requestId)
click to toggle source
# File lib/bio/io/ddbjxml.rb, line 366 def getAsyncResult(requestId) params = { 'service' => Service, 'method' => 'getAsyncResult', 'requestId' => requestId.to_s } r = Bio::Command.post_form(Uri, params) r.body end