BaseClientAPI contains the set of methods on the BaseClient type.
type BaseClientAPI interface { SpellCheckerMethod(ctx context.Context, textParameter string, acceptLanguage string, pragma string, userAgent string, clientID string, clientIP string, location string, actionType spellcheck.ActionType, appName string, countryCode string, clientMachineName string, docID string, market string, sessionID string, setLang string, userID string, mode spellcheck.Mode, preContextText string, postContextText string) (result spellcheck.SpellCheck, err error) }