Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
chore: add badge (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored Jul 28, 2022
1 parent aa16726 commit 4058f1b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
39 changes: 39 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# API Reference <a name="API Reference" id="api-reference"></a>



## Classes <a name="Classes" id="Classes"></a>

### Hello <a name="Hello" id="@time-loop/cdk-documentdb.Hello"></a>

#### Initializers <a name="Initializers" id="@time-loop/cdk-documentdb.Hello.Initializer"></a>

```typescript
import { Hello } from '@time-loop/cdk-documentdb'

new Hello()
```

| **Name** | **Type** | **Description** |
| --- | --- | --- |

---

#### Methods <a name="Methods" id="Methods"></a>

| **Name** | **Description** |
| --- | --- |
| <code><a href="#@time-loop/cdk-documentdb.Hello.sayHello">sayHello</a></code> | *No description.* |

---

##### `sayHello` <a name="sayHello" id="@time-loop/cdk-documentdb.Hello.sayHello"></a>

```typescript
public sayHello(): string
```





4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# replace this
[![codecov](https://codecov.io/gh/time-loop/cdk-documentdb/branch/main/graph/badge.svg?token=tcF5AmOusa)](https://codecov.io/gh/time-loop/cdk-documentdb)

# cdk-documentdb

0 comments on commit 4058f1b

Please sign in to comment.