Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearbit (Independent Publisher) #1194

Merged
merged 42 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
160b208
certify-connector
troystaylor Jun 2, 2021
5fb06db
certify-connector
troystaylor Jun 2, 2021
08dd312
Revert "certify-connector"
troystaylor Jun 2, 2021
4d7fb5d
Revert "certify-connector"
troystaylor Jun 2, 2021
1ce889c
certify-connector
troystaylor Jun 2, 2021
f1a1cc3
certify-connector
troystaylor Jun 3, 2021
620a2cc
certify-connector
troystaylor Jun 4, 2021
5ee79bc
Update apiDefinition.swagger.json
troystaylor Jun 14, 2021
06373fc
Update apiDefinition.swagger.json
troystaylor Jun 14, 2021
3f91d0e
Update apiDefinition.swagger.json
troystaylor Jun 14, 2021
0b9558f
Delete icon.png
troystaylor Jun 14, 2021
c4baf93
Delete settings.json
troystaylor Jun 14, 2021
f8931ee
Update apiDefinition.swagger.json
troystaylor Jun 30, 2021
5274cde
Delete independent-publisher-connectors/HubSpot CMS directory
troystaylor Jul 23, 2021
408a9d1
Delete independent-publisher-connectors/HubSpot CRM directory
troystaylor Jul 23, 2021
abf6aa1
Delete independent-publisher-connectors/HubSpot Marketing directory
troystaylor Jul 23, 2021
74c1af4
Delete independent-publisher-connectors/Xero Accounting directory
troystaylor Jul 23, 2021
b8d9e83
Delete independent-publisher-connectors/Xero Payroll - UK directory
troystaylor Jul 23, 2021
fd67085
Delete independent-publisher-connectors/Xero Projects directory
troystaylor Jul 23, 2021
5a0a16e
Merge branch 'microsoft:dev' into dev
troystaylor Jul 23, 2021
b9467b3
Merge branch 'microsoft:dev' into dev
troystaylor Jul 30, 2021
f23baf9
Merge branch 'microsoft:dev' into dev
troystaylor Aug 8, 2021
ced2e36
Merge branch 'microsoft:dev' into dev
troystaylor Aug 26, 2021
ff73efa
Merge branch 'microsoft:dev' into dev
troystaylor Aug 27, 2021
308734e
Merge branch 'microsoft:dev' into dev
troystaylor Aug 31, 2021
d3649e4
Merge branch 'microsoft:dev' into dev
troystaylor Sep 9, 2021
fd3d5a8
Merge branch 'microsoft:dev' into dev
troystaylor Sep 15, 2021
4fc3991
Merge branch 'microsoft:dev' into dev
troystaylor Sep 17, 2021
e968160
Merge branch 'microsoft:dev' into dev
troystaylor Sep 22, 2021
0e04cfb
Merge branch 'microsoft:dev' into dev
troystaylor Sep 29, 2021
228e20f
Merge branch 'microsoft:dev' into dev
troystaylor Oct 7, 2021
909a359
Include iconBrandColor #da3b01 for IP
troystaylor Oct 7, 2021
a563344
Include iconBrandColor #da3b01 in best practices
troystaylor Oct 7, 2021
a6358ee
Merge branch 'microsoft:dev' into dev
troystaylor Oct 8, 2021
52dfc8a
Rename README.template.md to readme.md
troystaylor Oct 8, 2021
a72822c
Add templates for IP
troystaylor Oct 8, 2021
38444f4
Merge branch 'microsoft:dev' into dev
troystaylor Oct 14, 2021
bbea0cf
Fix typo
troystaylor Oct 14, 2021
bb05496
Merge branch 'microsoft:dev' into dev
troystaylor Oct 17, 2021
98dff30
Add files via upload
troystaylor Oct 17, 2021
77e0096
Update apiProperties.json
troystaylor Oct 17, 2021
4dd0db7
Update readme.md
troystaylor Oct 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions independent-publisher-connectors/Clearbit/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"swagger": "2.0",
"info": {
"title": "Clearbit",
"description": "Clearbit is the marketing data platform behind the fastest-growing B2B companies. Apply real-time intelligence across your entire stack to improve acquisition, conversion, and operations.",
"version": "1.0",
"contact": {
"name": "Troy Taylor",
"url": "https://www.hitachisolutions.com",
"email": "[email protected]"
}
},
"host": "logo.clearbit.com",
"basePath": "/",
"schemes": [
"https"
],
"consumes": [],
"produces": [],
"paths": {
"/{domain}": {
"get": {
"responses": {
"200": {
"description": "default",
"schema": {
"type": "object",
"properties": {}
}
}
},
"summary": "Get a company's logo",
"description": "Returns a company's logo with optional size, format and greyscale options.",
"operationId": "LogoGet",
"parameters": [
{
"name": "domain",
"in": "path",
"required": true,
"type": "string",
"description": "The company's domain.",
"x-ms-summary": "Domain",
"x-ms-url-encoding": "single"
},
{
"name": "size",
"in": "query",
"required": false,
"type": "integer",
"default": 128,
"description": "The length of the longest side in pixels.",
"x-ms-summary": "Size"
},
{
"name": "format",
"in": "query",
"required": false,
"type": "string",
"default": "png",
"description": "The image format.",
"x-ms-summary": "Format",
"enum": [
"png",
"jpg"
]
},
{
"name": "greyscale",
"in": "query",
"required": false,
"type": "boolean",
"default": false,
"description": "Desaturates the image if true.",
"x-ms-summary": "Greyscale",
"enum": [
false,
true
]
}
]
}
}
},
"definitions": {},
"parameters": {},
"responses": {},
"securityDefinitions": {},
"security": [],
"tags": [],
"x-ms-connector-metadata": [
{
"propertyName": "Website",
"propertyValue": "https://clearbit.com/"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://clearbit.com/privacy"
},
{
"propertyName": "Categories",
"propertyValue": "Business Intelligence"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"properties": {
"connectionParameters": {},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor, Hitachi Solutions",
"stackOwner": "Clearbit"
}
}
18 changes: 18 additions & 0 deletions independent-publisher-connectors/Clearbit/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Clearbit
Clearbit is the marketing data platform behind the fastest-growing B2B companies. Apply real-time intelligence across your entire stack to improve acquisition, conversion, and operations.

## Publisher: Troy Taylor, Hitachi Solutions

## Prerequisites
Clearbit provides access to the Logo API with no account or authentication needed. Information about the API can be found [here](https://clearbit.com/docs#logo-api).

## Obtaining Credentials
There are no credentials required to use the Logo API.
sriyen-msft marked this conversation as resolved.
Show resolved Hide resolved

## Supported Operations

### Get a company's logo
Returns a company's logo with optional size, format and greyscale options.

## Known Issues and Limitations
There are no known issues at this time.