Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grkhr committed Dec 1, 2019
1 parent 49712af commit 699b243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#' @description
#' A package for extracting data from AmoCRM into R.
#'
#' P.S. Set all datetimes in timezone of your AmoCRM account. You don't need to do anything with timestamps, all will automatically convert from and to UTC.
#'
#' @section Key features:
#'
#' \itemize{
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ users <- AmoUsers(auth_list = auth_list)
leads <- AmoLeads(auth_list = auth_list)
```

**Важно**: Все параметры типа дата:время возвращаются в таймзоне вашего аккаунта. С фильтрами то же самое. Пакет сам конвертирует время в/из UTC, дополнительных действий не требуется.

<a name="docs"></a>
## Документация
### Подробное описание функций, их параметров и выходных данных
Expand Down

0 comments on commit 699b243

Please sign in to comment.