Skip to content

Commit 4dc8894

Browse files
author
dphuang2
committed
yarn pages
1 parent 554f0bb commit 4dc8894

File tree

6 files changed

+3338
-0
lines changed

6 files changed

+3338
-0
lines changed

generator/konfig-docs/src/pages/sdk/companies.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,25 @@
17341734
"difficultyScore": 236.75,
17351735
"subpath": "/sdk/dropbox"
17361736
},
1737+
{
1738+
"parentCategories": [
1739+
"Commerce"
1740+
],
1741+
"subCategories": [
1742+
"Accounting"
1743+
],
1744+
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/freeagent/favicon.png",
1745+
"metaDescription": "One product.🤳 17 years. 📆 250+ employees. 🧑‍💻Over 150,000 users. 💥There's so much to say about it all. But here's the version that fits the character limit. \n\nWe're FreeAgent. 👋 We make award-winning accounting software and provide superstar support for small businesses and their accountants and bookkeepers. We're a friendly bunch with a single goal bringing us all together: making users happier and more successful by putting them in control of their finances. \n\nBut how did we get here? 🤔 You might remember 2007 as the year the first iPhone, Kindle and Fitbit debuted. It was also the year FreeAgent was launched.💡 Founders Ed, Olly and Roan had all been working as freelance designers or developers for a while. They created FreeAgent out of the frustration that doing the books was just too damn difficult for most of us. So they put their heads together and decided that there must be a better way to deal with their mounting piles of invoices, spreadsheets and receipts. \n\nSince our first hire back in 2008, we've also worked hard to make FreeAgent a ✨great✨ place to work. We've grown to over 250 employees and we continue to build a diverse, high-performing, happy and collaborative team. \n\nIn early 2018, the company was acquired by the NatWest Group. Our growth has been given a turbo boost, yet we remain operationally independent of the group. 🚀\n\nToday, FreeAgent helps over 150,000 users take care of their finances - from the daily admin to big-picture planning - and do it all happily and successfully. Just like Ed, Olly and Roan set out to do all those years ago. 💙",
1746+
"services": [],
1747+
"company": "FreeAgent",
1748+
"keywords": [
1749+
"accounting",
1750+
"finance"
1751+
],
1752+
"numberOfApis": 1,
1753+
"difficultyScore": 235.25,
1754+
"subpath": "/sdk/free-agent"
1755+
},
17371756
{
17381757
"parentCategories": [
17391758
"Human Resources"
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
import React from 'react';
2+
import { Company } from '../../../components/Company';
3+
4+
const sdks = [
5+
{
6+
"name": "FreeAgent",
7+
"numberOfMethods": 152,
8+
"categories": [
9+
"accounting",
10+
"finance"
11+
],
12+
"index": "free-agent/typescript",
13+
"language": "TypeScript",
14+
"link": "/sdk/free-agent/typescript/",
15+
"developerDocumentation": "dev.freeagent.com/docs",
16+
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/freeagent/openapi.yaml"
17+
},
18+
{
19+
"name": "FreeAgent",
20+
"numberOfMethods": 152,
21+
"categories": [
22+
"accounting",
23+
"finance"
24+
],
25+
"index": "free-agent/python",
26+
"language": "Python",
27+
"link": "/sdk/free-agent/python/",
28+
"developerDocumentation": "dev.freeagent.com/docs",
29+
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/freeagent/openapi.yaml"
30+
},
31+
{
32+
"name": "FreeAgent",
33+
"numberOfMethods": 152,
34+
"categories": [
35+
"accounting",
36+
"finance"
37+
],
38+
"index": "free-agent/java",
39+
"language": "Java",
40+
"link": "/sdk/free-agent/java/",
41+
"developerDocumentation": "dev.freeagent.com/docs",
42+
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/freeagent/openapi.yaml"
43+
}
44+
];
45+
46+
export default function FreeAgent() {
47+
const allCategories: string[] = Array.from(
48+
new Set(sdks.flatMap((service) => service.categories)),
49+
)
50+
return (
51+
<Company
52+
company="FreeAgent"
53+
previewLinkImage="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/freeagent/imagePreview.png"
54+
logo="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/freeagent/logo.png"
55+
favicon="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/freeagent/favicon.png"
56+
sdks={sdks}
57+
homepage="freeagent.com"
58+
companyKebabCase="free-agent"
59+
categories={allCategories}
60+
metaDescription={`One product.🤳 17 years. 📆 250+ employees. 🧑‍💻Over 150,000 users. 💥There's so much to say about it all. But here's the version that fits the character limit.
61+
62+
We're FreeAgent. 👋 We make award-winning accounting software and provide superstar support for small businesses and their accountants and bookkeepers. We're a friendly bunch with a single goal bringing us all together: making users happier and more successful by putting them in control of their finances.
63+
64+
But how did we get here? 🤔 You might remember 2007 as the year the first iPhone, Kindle and Fitbit debuted. It was also the year FreeAgent was launched.💡 Founders Ed, Olly and Roan had all been working as freelance designers or developers for a while. They created FreeAgent out of the frustration that doing the books was just too damn difficult for most of us. So they put their heads together and decided that there must be a better way to deal with their mounting piles of invoices, spreadsheets and receipts.
65+
66+
Since our first hire back in 2008, we've also worked hard to make FreeAgent a ✨great✨ place to work. We've grown to over 250 employees and we continue to build a diverse, high-performing, happy and collaborative team.
67+
68+
In early 2018, the company was acquired by the NatWest Group. Our growth has been given a turbo boost, yet we remain operationally independent of the group. 🚀
69+
70+
Today, FreeAgent helps over 150,000 users take care of their finances - from the daily admin to big-picture planning - and do it all happily and successfully. Just like Ed, Olly and Roan set out to do all those years ago. 💙`}
71+
/>
72+
)
73+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
```typescript index.ts
2+
// Refresh access token
3+
const refreshAccessTokenResponse = freeAgent.authorization.refreshAccessToken({
4+
client_id: "{{client_id}}"
5+
client_secret: "{{client_secret}}"
6+
grant_type: "refresh_token"
7+
})
8+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
```typescript index.ts
2+
import { FreeAgent } from 'free-agent-typescript-sdk';
3+
4+
const freeAgent = new FreeAgent()
5+
```

0 commit comments

Comments
 (0)