using System; using System.Collections.Generic; using System.Net.Http; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using InfluxDB.Client.Api.Domain; using InfluxDB.Client.Api.Service; using InfluxDB.Client.Core; using InfluxDB.Client.Core.Flux.Domain; using InfluxDB.Client.Core.Flux.Internal; using InfluxDB.Client.Core.Internal; using RestSharp; namespace InfluxDB.Client { public interface IInvokableScriptsApi { /// /// Create a script. /// /// The script to create. /// Cancellation token /// The created script. Task