# Functions
Bind is used to bind a project for building and running.
BindProject : Bind a project.
CreateProjectLink calls the project link API on PFE with a POST request.
DeleteProjectLink calls the project link API on PFE with a DELETE request.
DownloadTemplate using the url/link provided.
GetAll : returns all projects that are bound to Codewind.
GetConnectionID : Gets the the connectionID for a given projectID.
GetProjectFromID : Get project details from Codewind.
GetProjectFromID : Get project details from Codewind.
GetProjectFromName : Get a project using its name.
GetProjectIDFromName : Get a project ID using its name.
GetProjectLinks calls the project links API on PFE with a POST request.
IsProjectIDValid : Checks if a supplied project ID is in the correct format.
RemoveConnectionFile : Remove the connection file for a project.
RemoveProject : Unbind a project from Codewind and delete json connection file.
RestartProject calls the restart API on the connected PFE, for the given projectID and startMode.
SyncProject syncs a project with its remote connection.
Unbind a project from Codewind.
UpdateProjectLink calls the project link API on PFE with a PUT request.
UpgradeProjects : Upgrades Projects.
ValidateProject returns the language and buildType for a project at given filesystem path, and writes a default .cw-settings file to that project.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProjectError : A Project error.
No description provided by the author
No description provided by the author
Result : status message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author