Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinuv committed Sep 3, 2018
1 parent 6559859 commit f2fb344
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -4,6 +4,7 @@

Client for using [Keboola Connection Storage API](http://docs.keboola.apiary.io/).
This API client provides client methods to get data from KBC and put data back to KBC.
See the [documentation](https://developers.keboola.com/integrate/storage/) for more information.

## Examples
```
Expand Down Expand Up @@ -72,8 +73,4 @@ myFileContents <- read.csv(myFilePath)
client$deleteFile(newFileId)
```

The only required argument to create a client is a valid Storage API token.

Please see the storage api documentation for further info:
http://docs.keboola.apiary.io/

The only required argument to create a client is a valid Storage API token and API URL.

0 comments on commit f2fb344

Please sign in to comment.