Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syou6162/embulk-input-zendesk_guide
Zendesk Guide input plugin for Embulk
https://github.com/syou6162/embulk-input-zendesk_guide
embulk embulk-input-plugin
Last synced: 27 days ago
JSON representation
Zendesk Guide input plugin for Embulk
- Host: GitHub
- URL: https://github.com/syou6162/embulk-input-zendesk_guide
- Owner: syou6162
- License: mit
- Created: 2020-05-30T08:19:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:40:43.000Z (over 3 years ago)
- Last Synced: 2024-11-05T22:12:40.186Z (about 2 months ago)
- Topics: embulk, embulk-input-plugin
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zendesk Guide input plugin for Embulk
Embulk input plugin of [Zendesk Guide](https://developer.zendesk.com/rest_api/docs/help_center/introduction) (Help Center). You can load following records from Zendesk Guide:
- [Articles](https://developer.zendesk.com/rest_api/docs/help_center/articles#list-articles)
## Overview
* **Plugin type**: input
* **Resume supported**: no
* **Cleanup supported**: no
* **Guess supported**: no## Configuration
- **url**: URL for Zendesk Guide API (string, required)
- **username**: username to use api (string, required)
- **token**: Token (string, required)## Example
```yaml
in:
type: zendesk_guide
url: https://support.example.com/api/v2
username: [email protected]
token: xxx
out:
type: stdout
```## Build
```
$ rake
```