Esempio n. 1
0
 public ResourcesEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
Esempio n. 2
0
 public ImportEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
 protected override CategoriesEndpoint Create(AuthenticationOptions opts)
 => new(opts);
Esempio n. 4
0
 protected abstract T Create(AuthenticationOptions opts);
Esempio n. 5
0
 protected Endpoint(AuthenticationOptions opts)
 {
     _opts = opts;
 }
Esempio n. 6
0
 protected override ImportEndpoint Create(AuthenticationOptions opts)
 => new(opts);
Esempio n. 7
0
 public LicenseEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
Esempio n. 8
0
 public TimeMarkersEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
Esempio n. 9
0
 protected override LicenseEndpoint Create(AuthenticationOptions opts)
 => new(opts);
Esempio n. 10
0
 public UsersEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
Esempio n. 11
0
 protected override ResourcesEndpoint Create(AuthenticationOptions opts)
 => new ResourcesEndpoint(opts);
Esempio n. 12
0
 protected override MessagesEndpoint Create(AuthenticationOptions opts)
 => new(opts);
 public DefaultDimeSchedulerRestClient(AuthenticationOptions opts)
 {
     _opts = opts;
 }
Esempio n. 14
0
 public CategoriesEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
Esempio n. 15
0
 protected Endpoint(AuthenticationOptions opts)
     : this(new DefaultDimeSchedulerRestClient <TRequest>(opts))
 {
 }
Esempio n. 16
0
 public MessagesEndpoint(AuthenticationOptions opts)
     : base(opts)
 {
 }
Esempio n. 17
0
 protected override TimeMarkersEndpoint Create(AuthenticationOptions opts)
 => new(opts);