Skip to content

Commit

Permalink
Adds an (unlinked) API template (github#470)
Browse files Browse the repository at this point in the history
* Adds an (unlinked) API template

* Add example admonition
  • Loading branch information
Loquacity authored Sep 24, 2021
1 parent 5d7fa27 commit 7d85806
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions api/_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# api_call() <tag type="FIXME" content="FIXME" />
<!---Single sentence description of the API call-->

<!---Any special notes about the API call-->

<!---For more information about api_call(), see the [FIXME docs][link_ref]-->

<!---
<highlight type="note"
Use a highlight for any important information. Choose `note`, `important`, or `warning`.
</highlight>
-->

## Required Arguments

|Name|Type|Description|
|-|-|-|
|<FIXME>|<FIXME>|<FIXME>|

<!---Any special notes about the required arguments-->

### Optional Arguments

|Name|Type|Description|
|-|-|-|
|<FIXME>|<FIXME>|<FIXME>|

<!---Any special notes about the optional arguments-->

## Returns

|Column|Type|Description|
|-|-|-|
|<FIXME>|<FIXME>|<FIXME>|

<!---Any special notes about the returns-->

## Sample Usage
<!---Single sentence description of what this example does-->

``` sql
<FIXME>
```

<!---Single sentence description of what this example does-->

``` sql
<FIXME>
```


[link_ref]: timescaledb/:currentVersion:/how-to-guides/<FIXME>/

0 comments on commit 7d85806

Please sign in to comment.