It's available on NuGet! Go to NuGet Package
Playentry is a software training platform developed so that anyone can take software training for free. Go to Playentry
using Playentry;
Get recent staffpick-projects.
Parameters
limit (int): Number of projects to get.
Returns
List of recent staffpick-projects.
Return Type
List<ProjectThumbnail>
Get current best-projects.
Parameters
limit (int): Number of projects to get.
Returns
List of current best-projects.
Return Type
List<ProjectThumbnail>
Get project's thumbnail image URL.
Returns
URL of project's thumbnail image.
Return Type
string
Get detail project class from thumbnail.
Returns
Detail project class from thumbnail.
Return Type
Project
The project's unique ID.
Type
string
The project's title.
Type
string
The project's author's unique ID.
Type
string
The project's author's unique name.
Type
string
The views of project.
Type
int
The number of likes for project.
Type
int
The number of comments on project.
Type
int
Get project's thumbnail image URL.
Returns
URL of project's thumbnail image.
Return Type
string
Get the group of likes for project.
Returns
The group of likes for project.
Return Type
ProjectLikesGroup
Get the group of favorites for project.
Returns
The group of favorites for project.
Return Type
ProjectFavoritesGroup
Get the group of comments on project.
Returns
The group of comments on project.
Return Type
ProjectCommentGroup
The project's unique ID.
Type
string
The project's title.
Type
string
The project's description content.
Type
string
The project's category.
Type
enum ProjectCategorySet
The project's author's unique ID.
Type
string
The project's author's unique name.
Type
string
The views of project.
Type
int
The number of likes for project.
Type
int
The number of comments on project.
Type
int
The number of favorites for project.
Type
int
The number of copies of project.
Type
int
This time is based on UTC.
The time when project was created.
Type
DateTime
This time is based on UTC.
The time when project was last modified.
Type
DateTime
The unique ID of target project.
Type
string
The number of likes.
Type
int
The list of likes.
Type
List<ProjectLike>
The unique ID of likes.
Type
string
The likes' user's unique ID.
Type
string
The likes' user's unique name.
Type
string
The target project's unique ID.
Type
string
The unique ID of target project.
Type
string
The number of favorites.
Type
int
The list of favorites.
Type
List<ProjectFavorite>
The unique ID of favorites.
Type
string
The favorites' user's unique ID.
Type
string
The favorites' user's unique name.
Type
string
The target project's unique ID.
Type
string
The unique ID of target project.
Type
string
The number of comments.
Type
int
The list of comments.
Type
List<ProjectComment>
The unique ID of comment.
Type
string
The comment's user's unique ID.
Type
string
The comment's user's unique name.
Type
string
The target project's unique ID.
Type
string
The content of comment.
Type
string