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