-
Notifications
You must be signed in to change notification settings - Fork 376
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
Showing
14 changed files
with
19,444 additions
and
16 deletions.
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
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 |
---|---|---|
|
@@ -10,13 +10,13 @@ export default function BlInkTypeScriptSdk() { | |
return ( | ||
<SdkNew | ||
sdkName="bl-ink-typescript-sdk" | ||
metaDescription={`BL.INK powers shortened URLs and QR codes with unlimited data and flexibility. | ||
metaDescription={`BL.INK powers shortened URLs and QR codes with unlimited data and flexibility. | ||
With BL.INK, you'll create thousands of custom links that capture unlimited data points so you can measure every user touchpoint and perfect every interaction. | ||
With BL.INK, you'll create thousands of custom links that capture unlimited data points so you can measure every user touchpoint and perfect every interaction. | ||
Everyone on your team can create perfect data to accurately measure every element of marketing attribution. Every customer than visits your link gets the information they need, every time, with no broken links. | ||
Everyone on your team can create perfect data to accurately measure every element of marketing attribution. Every customer than visits your link gets the information they need, every time, with no broken links. | ||
Need to change the link when a contest ends, or show the page in the user's own language? It's easy with BL.INK. | ||
Need to change the link when a contest ends, or show the page in the user's own language? It's easy with BL.INK. | ||
No other URL shortener or QR code creator integrates with your existing tools, helps you avoid broken links, enables zero down-time when updating links, and has a platform built based on how enterprise companies work. Only BL.INK. Trusted by demanding global brands since 2008.`} | ||
company="BL.INK" | ||
|
@@ -25,7 +25,7 @@ No other URL shortener or QR code creator integrates with your existing tools, h | |
companyKebabCase="bl-ink" | ||
clientNameCamelCase="blInk" | ||
homepage="www.bl.ink/" | ||
lastUpdated={new Date("2024-03-28T00:16:38.181Z")} | ||
lastUpdated={new Date("2024-03-28T00:30:05.996Z")} | ||
faviconUrl="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/bl-ink/favicon.png" | ||
contactUrl="https://help.bl.ink" | ||
contactEmail="[email protected]" | ||
|
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
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
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
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
66 changes: 66 additions & 0 deletions
66
generator/konfig-docs/src/pages/sdk/smart-recruiters/index.tsx
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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
import React from 'react'; | ||
import { Company } from '../../../components/Company'; | ||
|
||
const sdks = [ | ||
{ | ||
"name": "SmartRecruiters", | ||
"numberOfMethods": 233, | ||
"categories": [ | ||
"recruiting", | ||
"hr", | ||
"applicant_tracking" | ||
], | ||
"index": "smart-recruiters/typescript", | ||
"language": "TypeScript", | ||
"link": "/sdk/smart-recruiters/typescript/", | ||
"developerDocumentation": "developers.smartrecruiters.com/reference", | ||
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/smartrecruiters/openapi.yaml" | ||
}, | ||
{ | ||
"name": "SmartRecruiters", | ||
"numberOfMethods": 233, | ||
"categories": [ | ||
"recruiting", | ||
"hr", | ||
"applicant_tracking" | ||
], | ||
"index": "smart-recruiters/python", | ||
"language": "Python", | ||
"link": "/sdk/smart-recruiters/python/", | ||
"developerDocumentation": "developers.smartrecruiters.com/reference", | ||
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/smartrecruiters/openapi.yaml" | ||
}, | ||
{ | ||
"name": "SmartRecruiters", | ||
"numberOfMethods": 233, | ||
"categories": [ | ||
"recruiting", | ||
"hr", | ||
"applicant_tracking" | ||
], | ||
"index": "smart-recruiters/java", | ||
"language": "Java", | ||
"link": "/sdk/smart-recruiters/java/", | ||
"developerDocumentation": "developers.smartrecruiters.com/reference", | ||
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/smartrecruiters/openapi.yaml" | ||
} | ||
]; | ||
|
||
export default function SmartRecruiters() { | ||
const allCategories: string[] = Array.from( | ||
new Set(sdks.flatMap((service) => service.categories)), | ||
) | ||
return ( | ||
<Company | ||
company="SmartRecruiters" | ||
previewLinkImage="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/smartrecruiters/imagePreview.jpg" | ||
logo="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/smartrecruiters/logo.png" | ||
favicon="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/smartrecruiters/favicon.png" | ||
sdks={sdks} | ||
homepage="smartrecruiters.com" | ||
companyKebabCase="smart-recruiters" | ||
categories={allCategories} | ||
metaDescription={`SmartRecruiters is a California-based cloud platform that offers solutions including talent sourcing, recruitment and applicant tracking for businesses.`} | ||
/> | ||
) | ||
} |
9 changes: 9 additions & 0 deletions
9
generator/konfig-docs/src/pages/sdk/smart-recruiters/typescript/_first-request.mdx
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
```typescript index.ts | ||
// Create a New Candidate Application | ||
const createNewCandidateApplicationResponse = smartRecruiters.applicationApi.createNewCandidateApplication({ | ||
uuid: "UUID" | ||
firstName: "FIRSTNAME" | ||
lastName: "LASTNAME" | ||
email: "EMAIL" | ||
}) | ||
``` |
14 changes: 14 additions & 0 deletions
14
...ator/konfig-docs/src/pages/sdk/smart-recruiters/typescript/_getting-started.mdx
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
```typescript index.ts | ||
import { SmartRecruiters } from 'smart-recruiters-typescript-sdk'; | ||
|
||
const smartRecruiters = new SmartRecruiters({ | ||
key: "X_SMARTTOKEN", | ||
clientId: "CLIENT_ID", | ||
clientSecret: "CLIENT_SECRET", | ||
redirectUri: "REDIRECT_URI", | ||
// clientId: "CLIENT_ID" | ||
// clientSecret: "CLIENT_SECRET" | ||
// clientId: "CLIENT_ID" | ||
// clientSecret: "CLIENT_SECRET" | ||
}) | ||
``` |
Oops, something went wrong.