Api Sandbox Services News
class

News

public sealed class News

News Posts

Constructors

News()

Properties

Name Type Description
Id Guid
Created DateTimeOffset
Title String
Summary String
Url String
Author Profile
Package Package
Media String

Methods

static Task<News[]> GetPlatformNews(Int32 take = 10, Int32 skip = 0)
static Task<News[]> GetPackageNews(String package, Int32 take = 10, Int32 skip = 0)
static Task<News[]> GetOrganizationNews(String org, Int32 take = 10, Int32 skip = 0)
static Task<News[]> GetNews(Int32 take = 10, Int32 skip = 0)
Assembly: Sandbox.Engine Namespace: Sandbox.Services Full Name: Sandbox.Services.News