Polyman Documentation - v2.2.2
Preparing search index...
helpers/remote/pulling
fetchProblemMetadata
Function fetchProblemMetadata
fetchProblemMetadata
(
sdk
:
PolygonSDK
,
problemId
:
number
,
)
:
Promise
<
{
description
:
string
;
tags
:
string
[]
}
>
Fetches problem metadata (description and tags).
Parameters
sdk
:
PolygonSDK
Polygon SDK instance
problemId
:
number
Problem ID
Returns
Promise
<
{
description
:
string
;
tags
:
string
[]
}
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Polyman Documentation - v2.2.2
Loading...
Fetches problem metadata (description and tags).