Skip to main content

Easily Integrate
IRIS Software Group's Cascade API using Konfig's TypeScript SDK

Need a TypeScript SDK for IRIS Software Group's Cascade API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { IrisSoftwareGroupCascade } from 'iris-software-group-cascade-typescript-sdk';
const irisSoftwareGroupCascade = new IrisSoftwareGroupCascade({
// This API uses OAuth 2 with the Client Credentials grant flow.
clientId: "CLIENT_ID",
clientSecret: "CLIENT_SECRET"
})

Then, send your first request

We made it really easy.

index.ts

// Gets a list of Employees.
const getListResponse = irisSoftwareGroupCascade.employees.getList()

Enjoy a buttery smooth developer experience with 34 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

IRIS Software Group

About IRIS Software Group

IRIS Software Group is a leading global provider of mission critical software and services and one of UK's largest privately held software companies. We help organisations to make better business decisions by developing integrated software solutions to minimise admin, make business processes more efficient and give more time to do what's valued. We started 45 years ago with accountancy software and have evolved to be trusted by more than 100,000 customers in 135 countries around the world. We invest heavily in development using the latest processes and technologies, driven by our Indian and Romanian Product Development Centres to build the next generation of cloud-based accountancy, HR and education solutions. Our global and domestic payroll and HR solutions are used nearly five million employees. Almost one million UK employees are managed by our HR solutions, and one in eight UK employees are paid through IRIS payroll solutions. We are the largest third-party online tax filer with UK Government, and we are used by 54 of the top 100 US and 91 of the top 100 UK accountancy firms. We also serve over 13,000 schools and academies, and almost five million UK families use our apps to connect to their child's school. In the last year, we have been awarded Technology Company of the Year in the UK Tech Awards; Employer of the Year in the Thames Valley Tech Awards; and the Americas Prime Award from the K2 Enterprise Awards. IRIS Education has been named Company of the Year at the UK National MAT Awards 2023, and crowned Company of the Year (more than 12m) in the Bett Awards 2023.

Keywords

hr
human_resources

Start integrating IRIS Software Group's Cascade API with Konfig