Skip to content

Commit

Permalink
Merge pull request #5 from williamkennedy/williamkennedy-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
williamkennedy authored Jul 4, 2024
2 parents 471bacb + 55fe0d5 commit 702c6d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ response.body => Hash of the JSON.body
response.to_object => OpenStruct
```

## [Send Reminder]( https://developers.signwell.com/reference/post_api-v1-documents-id-remind)

```
response = client.remind_document(document_id, test_mode: true, embedded_signing: true)
response.body => Hash of the JSON.body
response.to_object => OpenStruct
```

## [Delete Document](https://developers.signwell.com/reference/delete_api-v1-documents-id--1)

```
Expand Down

0 comments on commit 702c6d2

Please sign in to comment.