Categorygithub.com/fabdem/go-crowdinv2
modulepackage
1.0.2
Repository: https://github.com/fabdem/go-crowdinv2.git
Documentation: pkg.go.dev

# README

go-crowdinv2

API calls for Crowdin API V2: https://support.crowdin.com/enterprise/api/

Inspired by https://github.com/medisafe/go-crowdin

Implement Crowdin API V2, proxy connection, Some high level methods.

# Functions

New - a create new instance of Crowdin API V2.
Set connection and read/write timeouts for the subsequent new connections.

# Constants

url for crowdin.com (non Enterprise version).
seconds.
seconds.
Max nber of lines per page returned by API calls.
1M lines maximum for any api responses.

# Structs

Add Approval API call.
AddStorageOptions are options for AddStorage api call.
APIError holds data of errors returned from the API.
BuildDirectoryTranslationOptions are options for BuildDirectoryTranslation api call.
BuildDirectoryFileOptions are options for BuildFileTranslation api call.
BuildProjectTranslationOptions are options for BuildProjectTranslation api call.
No description provided by the author
GetProjectBuildProgressOptions are options for Check Project Build Status api call.
Crowdin API V2 wrapper.
DelStorageOptions are options for DelStorage api call.
DownloadProjectTranslationsOptions are options for DownloadProjectTranslations api call.
GetFileProgress - options for Language Progress API call.
GetStorageOptions are options for GetStorage api call.
List workflow steps API call.
ListDirectoriesOptions are options for ListDirectories api call.
ListFilesOptions are options for ListFileRevisions api call.
ListFilesOptions are options for ListFiles api call.
ListProjectBuilds - List Project Build API call.
ListProjects - List Projects API call.
ListStoragesOptions are options for ListStorages api call.
ListStringsOptions are options for ListStrings api call.
List Translation Approvals API call.
List workflow steps API call.
No description provided by the author
ResponseAddStorage are response for AddStorage api call.
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
GetFileProgress api call.
ResponseGetFileRevision are response for GetFileRevision api call.
Get Project details API call.
ResponseGetStorage are response for ListStorages api call.
No description provided by the author
ResponseListDirectories are response for ListDirectories api call.
ResponseListFiles are response for ListFiles api call.
ResponseListFiles are response for ListFiles api call.
No description provided by the author
No description provided by the author
ResponseListStorages are response for ListStorages api call.
ResponseListStrings are response for ListStrings api call.
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
UpdateFile - Update a file API call.
Upload translations API call.

# Type aliases

EditString - Edit a source string API call.