Skip to content

Commit

Permalink
Updates [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Aug 11, 2023
1 parent 8a15ba6 commit fa9ac36
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## API Reference

Welcome to the API Reference Documentation of InfluxDB 3 JavaScript Client (version 0.1.0 _2023-06-29T13:02:19.313Z_).
Welcome to the API Reference Documentation of InfluxDB 3 JavaScript Client (version 0.2.0 _2023-08-11T10:25:16.169Z_).
Use this client library with InfluxDB 3.
For connecting to InfluxDB 1.8 or 2 instances, see the [influxdb-client-js](https://github.com/influxdata/influxdb-client-js) client library.
For connecting to InfluxDB 1.7 or earlier instances, see the [node-influx](https://github.com/node-influx/node-influx) client library.
Expand Down
11 changes: 11 additions & 0 deletions influxdb3-client.collectall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@influxdata/influxdb3-client](./influxdb3-client.md) &gt; [collectAll](./influxdb3-client.collectall.md)

## collectAll variable

**Signature:**

```typescript
collectAll: <T>(generator: AsyncGenerator<T, any, any>) => Promise<T[]>
```
6 changes: 0 additions & 6 deletions influxdb3-client.influxdbclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ declare class InfluxDBClient
| --- | --- | --- |
| [(constructor)(options)](./influxdb3-client.influxdbclient._constructor_.md) | | Creates a new instance of the <code>InfluxDBClient</code> for interacting with an InfluxDB server, simplifying common operations such as writing, querying. |

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [transport](./influxdb3-client.influxdbclient.transport.md) | <code>readonly</code> | [Transport](./influxdb3-client.transport.md) | |

## Methods

| Method | Modifiers | Description |
Expand Down
11 changes: 0 additions & 11 deletions influxdb3-client.influxdbclient.transport.md

This file was deleted.

1 change: 1 addition & 0 deletions influxdb3-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

| Variable | Description |
| --- | --- |
| [collectAll](./influxdb3-client.collectall.md) | |
| [consoleLogger](./influxdb3-client.consolelogger.md) | Logger that logs to console.out |
| [convertTime](./influxdb3-client.converttime.md) | |
| [currentTime](./influxdb3-client.currenttime.md) | Exposes functions that creates strings that represent a timestamp that can be used in the line protocol. Micro and nano timestamps are emulated depending on the js platform in use. |
Expand Down

0 comments on commit fa9ac36

Please sign in to comment.