ESDocUploader
ESDocUploader, connects with the ESDoc hosting service API in order to generage the documentation for your project.
Constructor Summary
| Public Constructor | ||
| public |
constructor(url: String) |
|
Member Summary
| Public Members | ||
| public get |
The repository url the class will send to the ESDoc API. |
|
Method Summary
| Public Methods | ||
| public |
Checks whether the repository is valid and the class can start uploading the documentation. |
|
| public |
upload(callback: UploadCallback) Upload your documentation to the ESDoc API. |
|
Public Constructors
public constructor(url: String) source
Params:
| Name | Type | Attribute | Description |
| url | String |
|
This is the GitHub repository url. The required format its
|
Public Members
Public Methods
public canUpload(): Boolean source
Checks whether the repository is valid and the class can start uploading the documentation.
public upload(callback: UploadCallback) source
Upload your documentation to the ESDoc API.
Params:
| Name | Type | Attribute | Description |
| callback | UploadCallback | An optional callback to be executed after everthing is ready. |
