***`
@jupyterlite / @jupyterlite/apputils / LiteLicensesClient
类:LiteLicensesClient
#
定义于:packages/apputils/src/licenses.ts:29
jupyterlab_server 许可证路由的 JupyterLite 实现
扩展#
LicensesClient
构造函数#
构造函数
#
**new** LiteLicensesClient**
(options?
):LiteLicensesClient
定义于:node_modules/@jupyterlab/apputils/lib/licenses.d.ts:183
创建一个新的许可证客户端。
参数#
options?#
ILicenseClientOptions
返回#
LiteLicensesClient
继承自#
Licenses.LicensesClient.constructor
访问器#
appLicensesUrl
#
获取签名#
**get**
protected
**appLicensesUrl**
():string
定义于:packages/apputils/src/licenses.ts:65
获取应用程序许可证的已知 URL。
返回#
string
`***
appName
#
获取签名#
get
protected
appName
():string
定义于:packages/apputils/src/licenses.ts:58
获取应用程序名称(或默认名称)。
返回#
string
***`
labExtensionsUrl
#
获取签名#
**get**
protected
**labExtensionsUrl**
():string
定义于:packages/apputils/src/licenses.ts:72
获取实验室扩展基本 URL。
返回#
string
方法#
download()
#
**download**
(options
):Promise
<void
>
定义于:packages/apputils/src/licenses.ts:45
以请求的格式下载许可证。
参数#
options#
IDownloadOptions
返回#
Promise
<void
>
覆盖#
Licenses.LicensesClient.download
`***
getBundles()
#
getBundles
():Promise
<ILicenseResponse
>
定义于:packages/apputils/src/licenses.ts:33
许可证的 GET 处理程序
返回#
Promise
<ILicenseResponse
>
重写#
Licenses.LicensesClient.getBundles