internal MastodonStreamClient(MastodonApi api, StreamType streamType, string streamParam)
     : base()
 {
     this._api         = api;
     this._streamType  = streamType;
     this._streamParam = streamParam;
 }
示例#2
0
 public MutesApi(MastodonApi tokens) : base(tokens)
 {
 }
示例#3
0
 protected ApiBase(MastodonApi tokens)
 {
     this.Api = tokens;
 }
 internal AppsApi(MastodonApi api)
     : base(api)
 {
 }
示例#5
0
 public NotificationsApi(MastodonApi tokens) : base(tokens)
 {
 }