-
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
7 changed files
with
7,207 additions
and
2 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
154 changes: 154 additions & 0 deletions
154
generator/konfig-docs/src/pages/sdk/intelli-hr/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,154 @@ | ||
import React from 'react'; | ||
import { Company } from '../../../components/Company'; | ||
|
||
const sdks = [ | ||
{ | ||
"name": "intelliHR", | ||
"numberOfMethods": 128, | ||
"categories": [ | ||
"hr", | ||
"hr_management", | ||
"hr_software", | ||
"human_resources", | ||
"people_management_platform", | ||
"hr_platform", | ||
"hr_management_system", | ||
"hr_services", | ||
"hr_solutions", | ||
"employee_engagement", | ||
"talent_management", | ||
"human_resource_management", | ||
"hr_systems", | ||
"people_analytics", | ||
"hr_metrics", | ||
"hr_analytics", | ||
"hr_dashboard", | ||
"hr_reporting", | ||
"workforce_planning", | ||
"human_capital_management", | ||
"workforce_solutions", | ||
"talent_acquisition_analytics", | ||
"people_management_software", | ||
"hris", | ||
"people", | ||
"strategic_hr", | ||
"culture", | ||
"people_decisions" | ||
], | ||
"index": "intelli-hr/typescript", | ||
"language": "TypeScript", | ||
"link": "/sdk/intelli-hr/typescript/", | ||
"developerDocumentation": "developers.intellihr.io/docs/v1/", | ||
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/intellihr/openapi.yaml" | ||
}, | ||
{ | ||
"name": "intelliHR", | ||
"numberOfMethods": 128, | ||
"categories": [ | ||
"hr", | ||
"hr_management", | ||
"hr_software", | ||
"human_resources", | ||
"people_management_platform", | ||
"hr_platform", | ||
"hr_management_system", | ||
"hr_services", | ||
"hr_solutions", | ||
"employee_engagement", | ||
"talent_management", | ||
"human_resource_management", | ||
"hr_systems", | ||
"people_analytics", | ||
"hr_metrics", | ||
"hr_analytics", | ||
"hr_dashboard", | ||
"hr_reporting", | ||
"workforce_planning", | ||
"human_capital_management", | ||
"workforce_solutions", | ||
"talent_acquisition_analytics", | ||
"people_management_software", | ||
"hris", | ||
"people", | ||
"strategic_hr", | ||
"culture", | ||
"people_decisions" | ||
], | ||
"index": "intelli-hr/python", | ||
"language": "Python", | ||
"link": "/sdk/intelli-hr/python/", | ||
"developerDocumentation": "developers.intellihr.io/docs/v1/", | ||
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/intellihr/openapi.yaml" | ||
}, | ||
{ | ||
"name": "intelliHR", | ||
"numberOfMethods": 128, | ||
"categories": [ | ||
"hr", | ||
"hr_management", | ||
"hr_software", | ||
"human_resources", | ||
"people_management_platform", | ||
"hr_platform", | ||
"hr_management_system", | ||
"hr_services", | ||
"hr_solutions", | ||
"employee_engagement", | ||
"talent_management", | ||
"human_resource_management", | ||
"hr_systems", | ||
"people_analytics", | ||
"hr_metrics", | ||
"hr_analytics", | ||
"hr_dashboard", | ||
"hr_reporting", | ||
"workforce_planning", | ||
"human_capital_management", | ||
"workforce_solutions", | ||
"talent_acquisition_analytics", | ||
"people_management_software", | ||
"hris", | ||
"people", | ||
"strategic_hr", | ||
"culture", | ||
"people_decisions" | ||
], | ||
"index": "intelli-hr/java", | ||
"language": "Java", | ||
"link": "/sdk/intelli-hr/java/", | ||
"developerDocumentation": "developers.intellihr.io/docs/v1/", | ||
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/intellihr/openapi.yaml" | ||
} | ||
]; | ||
|
||
export default function IntelliHr() { | ||
const allCategories: string[] = Array.from( | ||
new Set(sdks.flatMap((service) => service.categories)), | ||
) | ||
return ( | ||
<Company | ||
company="intelliHR" | ||
previewLinkImage="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/intellihr/imagePreview.png" | ||
logo="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/intellihr/logo.png" | ||
favicon="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/intellihr/favicon.png" | ||
sdks={sdks} | ||
homepage="intellihr.com" | ||
companyKebabCase="intelli-hr" | ||
categories={allCategories} | ||
metaDescription={`IntelliHR, a Humanforce company, is an intelligent people platform that's revolutionising human resources management by empowering global HR leaders to foster inclusive, engaging, high-performing, and aligned workplace cultures. | ||
Designed for today's hybrid work environment, intelliHR's cloud-based platform seamlessly enhances employee engagement, performance, and retention. With ease of implementation, best-of-breed integrations, and robust data-driven capabilities, intelliHR is the preferred HR software for hundreds of forward-thinking organisations and 70,000 users globally. | ||
Ideal for mid-to-large-sized businesses, intelliHR offers comprehensive features, including: | ||
• centralised data management | ||
• seamless onboarding | ||
• automated reviews | ||
• goal tracking | ||
• continuous feedback | ||
• engagement surveys | ||
• compliance management | ||
Its full configurability ensures a tailored fit for specific needs, while advanced people analytics empower HR leaders and executive teams to make informed, strategic decisions. IntelliHR is not just software; it's a strategic partner dedicated to optimising workforce management and creating impactful workplace experiences for sustained success across diverse industries and geographies.`} | ||
/> | ||
) | ||
} |
4 changes: 4 additions & 0 deletions
4
generator/konfig-docs/src/pages/sdk/intelli-hr/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,4 @@ | ||
```typescript index.ts | ||
// List all Business Entities | ||
const listAllResponse = intelliHr.businessEntities.listAll() | ||
``` |
8 changes: 8 additions & 0 deletions
8
generator/konfig-docs/src/pages/sdk/intelli-hr/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,8 @@ | ||
```typescript index.ts | ||
import { IntelliHr } from 'intelli-hr-typescript-sdk'; | ||
|
||
const intelliHr = new IntelliHr({ | ||
// You can generate and delete API keys through your intelliHR portal. API keys should be sent as `Authorization: Bearer <key>` | ||
apiKey: "AUTHORIZATION" | ||
}) | ||
``` |
Oops, something went wrong.