Skip to content

Commit

Permalink
Add describe method pass-thru
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Oct 12, 2018
1 parent bb6bb81 commit ef21a4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ class MarkingCloudSOAP {

/**
* Inits the SOAP client using the configured WSDL URL.
/**
* Describes the available SOAP web services.
*/
async describe() {
const client = await this.client();
return client.describe();
}

/**
* Inits and returns the SOAP client using the configured WSDL URL.
*
Expand Down

0 comments on commit ef21a4f

Please sign in to comment.