Skip to content

Commit

Permalink
yarn pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 27, 2024
1 parent 89d053a commit 1aecd59
Show file tree
Hide file tree
Showing 14 changed files with 4,788 additions and 126 deletions.
42 changes: 41 additions & 1 deletion generator/konfig-docs/src/pages/sdk/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"analytics"
],
"numberOfApis": 1,
"difficultyScore": 723.75,
"difficultyScore": 724.5,
"subpath": "/sdk/launch-darkly"
},
{
Expand Down Expand Up @@ -1666,6 +1666,25 @@
"difficultyScore": 177.25,
"subpath": "/sdk/open-banking"
},
{
"parentCategories": [
"Sales & CRM"
],
"subCategories": [
"CRM (Customer Relationship Management)"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/salesflare/favicon.png",
"metaDescription": "Salesflare is the intelligent CRM startups and small businesses love to use. It's a zero-input sales pipeline tool that thinks and works for its user, not the other way around.\n\nNo more manual data entry. Salesflare fills out your address book and keeps track of all interactions with the people you're in contact with. It takes data from social media, company databases, phone, email, calendar and hands it to you in automated customer timelines that tell you everything you need to know. You just have to write the emails, make the calls, and have the coffee.\n\nNever miss a deal again. Salesflare will tell and remind you what to do about leads so deals can't fall through the cracks anymore. Visual pipelines and powerful insights put you in full control of your sales funnel. Intuitive and easy-to-use, Salesflare turns complexity into simplicity so you can turn leads into customers.\n\nSalesflare works wherever you work and with whatever you are working with. Use it on desktop, mobile or just from a sidebar in your email inbox (Gmail and Outlook). Get even more out of Salesflare by integrating with 5000+ other productivity tools, such as Google Apps, MailChimp, Trello and Slack.\n\nThere's a free trial available from salesflare.com.",
"services": [],
"company": "Salesflare",
"keywords": [
"crm",
"sales"
],
"numberOfApis": 1,
"difficultyScore": 168.5,
"subpath": "/sdk/salesflare"
},
{
"parentCategories": [
"Human Resources"
Expand Down Expand Up @@ -2319,6 +2338,27 @@
"difficultyScore": 103.25,
"subpath": "/sdk/seel"
},
{
"parentCategories": [
"Commerce"
],
"subCategories": [
"Payment Processing"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/echelon/favicon.png",
"metaDescription": "Echelon solutions simplify your payment process, and offer a wide range of features & services to help your business run smoothly.\nWith our cutting edge technology, global coverage, our alternative solutions - we will connect your business with over 1 billion consumers across Asia.\nEchelon offers you an All-In-One API integration, giving your clients access to their preferred local payment method that's also available in their native language.\nOffering your business a wide range of services from payments, settlements that are both local and international, international remittance and more, Echelon is your one stop shop for all things payments.\nWe are here to bring you one step closer to expanding your business in East and South Asia.",
"services": [],
"company": "Echelon",
"keywords": [
"global_payments",
"fintech",
"online_payments",
"financial_services"
],
"numberOfApis": 1,
"difficultyScore": 101.75,
"subpath": "/sdk/echelon"
},
{
"parentCategories": [
"Communication"
Expand Down
73 changes: 73 additions & 0 deletions generator/konfig-docs/src/pages/sdk/echelon/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
import React from 'react';
import { Company } from '../../../components/Company';

const sdks = [
{
"name": "Echelon",
"numberOfMethods": 16,
"categories": [
"global_payments",
"fintech",
"online_payments",
"financial_services"
],
"index": "echelon/typescript",
"language": "TypeScript",
"link": "/sdk/echelon/typescript/",
"developerDocumentation": "developers.echelonpay.com/",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/echelon/openapi.yaml"
},
{
"name": "Echelon",
"numberOfMethods": 16,
"categories": [
"global_payments",
"fintech",
"online_payments",
"financial_services"
],
"index": "echelon/python",
"language": "Python",
"link": "/sdk/echelon/python/",
"developerDocumentation": "developers.echelonpay.com/",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/echelon/openapi.yaml"
},
{
"name": "Echelon",
"numberOfMethods": 16,
"categories": [
"global_payments",
"fintech",
"online_payments",
"financial_services"
],
"index": "echelon/java",
"language": "Java",
"link": "/sdk/echelon/java/",
"developerDocumentation": "developers.echelonpay.com/",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/echelon/openapi.yaml"
}
];

export default function Echelon() {
const allCategories: string[] = Array.from(
new Set(sdks.flatMap((service) => service.categories)),
)
return (
<Company
company="Echelon"
previewLinkImage="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/echelon/imagePreview.png"
logo="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/echelon/logo.png"
favicon="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/echelon/favicon.png"
sdks={sdks}
homepage="www.echelonpro.io/"
companyKebabCase="echelon"
categories={allCategories}
metaDescription={`Echelon solutions simplify your payment process, and offer a wide range of features & services to help your business run smoothly.
With our cutting edge technology, global coverage, our alternative solutions - we will connect your business with over 1 billion consumers across Asia.
Echelon offers you an All-In-One API integration, giving your clients access to their preferred local payment method that's also available in their native language.
Offering your business a wide range of services from payments, settlements that are both local and international, international remittance and more, Echelon is your one stop shop for all things payments.
We are here to bring you one step closer to expanding your business in East and South Asia.`}
/>
)
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```typescript index.ts
// Available payment options.
const getOptionsResponse = echelon.incomingPayments.getOptions({
xApiVersion: 0
segmentCode: "VIP"
exchangedToCurrency: "USD"
})
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```typescript index.ts
import { Echelon } from 'echelon-typescript-sdk';

const echelon = new Echelon({
httpAuth: "HTTP_AUTH"
})
```
Loading

0 comments on commit 1aecd59

Please sign in to comment.