-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Harish Shetty
authored
Apr 2, 2017
1 parent
2a636dd
commit ac74a1e
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,55 @@ | ||
# Example Adapters | ||
|
||
Check out the full list of example custom adapters built by developers [here](https://github.com/workato/connector_sdk/) | ||
## Basic Authentication Samples | ||
- [Harvest app connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/harvest_connector.rb) | ||
|
||
- [Freshdesk connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/freshdesk_connector.rb) | ||
|
||
- [Clearbit connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/clearbit_connector.rb) | ||
|
||
- [Close.io connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/close_io_connector.rb) | ||
|
||
- [Click Time connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/click_time_connector.rb) | ||
|
||
- [Toggl connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/toggl_connector.rb) | ||
|
||
- [Unbounce connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/unbounce_connector.rb) | ||
|
||
- [Watson Tone Analyzer connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/watson_tone_analyzer_connector.rb) | ||
|
||
- [Docparser connector](https://github.com/workato/connector_sdk/blob/master/basic_auth/docparser_connector.rb) | ||
|
||
## OAuth2 Samples | ||
- [Podio connector](https://github.com/workato/connector_sdk/blob/master/oauth2/podio_connector.rb) | ||
|
||
- [ProductHunt connector](https://github.com/workato/connector_sdk/blob/master/oauth2/producthunt_connector.rb) | ||
|
||
- [Accelo connector](https://github.com/workato/connector_sdk/blob/master/oauth2/accelo_connector.rb) | ||
|
||
- [Pushbullet connector](https://github.com/workato/connector_sdk/blob/master/oauth2/pushbullet_connector.rb) | ||
|
||
- [Wrike connector](https://github.com/workato/connector_sdk/blob/master/oauth2/wrike_connector.rb) | ||
|
||
- [Cisco Spark connector](https://github.com/workato/connector_sdk/blob/master/oauth2/cisco_spark_connector.rb) | ||
|
||
- [AMcards connector](https://github.com/workato/connector_sdk/blob/master/oauth2/amcards_connector.rb) | ||
|
||
## API Key Authentication Samples | ||
- [Gender API connector](https://github.com/workato/connector_sdk/blob/master/api_key_auth/gender_api_connector.rb) | ||
|
||
- [Hipchat connector](https://github.com/workato/connector_sdk/blob/master/custom_auth/hipchat_connector.rb) | ||
|
||
- [Codeship connector](https://github.com/workato/connector_sdk/blob/master/api_key_auth/codeship_connector.rb) | ||
|
||
## Custom Authentication Samples | ||
- [LoJack app connector](https://github.com/workato/connector_sdk/blob/master/custom_auth/lo_jack_connector.rb) | ||
|
||
- [SafetyCulture app connector](https://github.com/workato/connector_sdk/blob/master/custom_auth/safetyculture_connector.rb) | ||
|
||
- [Knack HQ connector](https://github.com/workato/connector_sdk/blob/master/custom_auth/knack_hq_connector.rb) | ||
|
||
- [Neto connector](https://github.com/workato/connector_sdk/blob/master/custom_auth/neto_connector.rb) | ||
|
||
- [TSheets connector](https://github.com/workato/connector_sdk/blob/master/custom_auth/tsheets_connector.rb) | ||
|
||
Check out the full list of example custom adapters built by developers [here](https://github.com/workato/connector_sdk/) |