Skip to content

Commit e57f615

Browse files
codatbotCodat Pipeline Botdcoplowe
authored
Automated PR created by OAS bot (#152)
* Updates to SDKs * Updates to SDKs * Updated markdowns --------- Co-authored-by: Codat Pipeline Bot <oas@codat.io> Co-authored-by: David Coplowe <dcoplowe@gmail.com>
1 parent 55148cb commit e57f615

File tree

16 files changed

+30
-46
lines changed

16 files changed

+30
-46
lines changed

.github/workflows/lending_release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Release Lending library
22
'on':
3-
workflow_dispatch:
4-
inputs:
5-
force:
6-
description: Force release of SDKs
7-
type: boolean
8-
default: false
93
push:
104
paths:
115
- lending/RELEASES.md

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
<div align="center">
1+
<div align="center">
22
<picture>
33
<source srcset="https://user-images.githubusercontent.com/6267663/221800355-0995e4ad-a386-4943-a4c2-e620341a5155.svg" media="(prefers-color-scheme: dark)">
44
<img src="https://user-images.githubusercontent.com/6267663/221800359-b7f7776c-a44f-4384-8dd0-d9f7d5caef7d.svg">
55
</picture>
66
<h1>Codat C#</h1>
7-
<p><strong>The universal API for small business data</strong></p>
8-
<p>Codat solves the connectivity challenge for developers building the next generation of financial products for small businesses. We're experts in how your application interacts with the other software your customer use, so you can focus on what makes you superior.</p>
7+
<p><strong>The API for lending and embedded accounting automation</strong></p>
8+
<p>Codat makes it quicker and easier to build fintech products, like corporate cards, business dashboards, or SMB lending applications, that are integrated with the other systems small businesses use.</p>
99
<a href="https://docs.codat.io/using-the-api/overview"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=4c2cec&style=for-the-badge" /></a>
1010
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" /></a>
1111
</div>
1212

1313
> **Beta Release**
14-
>
14+
>
1515
> Exciting news! Our first C# library beta release is here, simplifying your development workflow with an effortless build process.
1616
1717
## Authentication
1818

19-
Codat uses API keys to control access to the API.
19+
Codat uses API keys to control access to the API.
20+
Learn more about authentication and managing API keys [here](https://docs.codat.io/using-the-api/authentication).
2021

21-
You must keep the API key secret, so make sure it isn't available in publicly accessible areas, such as GitHub and client-side code. Codat recommends the API key is only inserted at release time, and the number of people at your organization with access to your API key is minimised.
22+
You must keep the API key secret, so make sure it isn't available in publicly accessible areas, such as GitHub and client-side code.
23+
Codat recommends the API key is only inserted at release time, and the number of people at your organization with access to your API key is minimised.
2224

2325
Codat expects the API key to be included in all API requests to the server, Base64 encoded within an 'Authorization' header.
2426

2527
```bash
26-
Authorization: Basic YOUR_ENCODED_API_KEY
28+
Authorization: Basic BASE_64_ENCODED(API_KEY)
2729
```
2830

2931
### Getting your Authorization Header
3032

31-
To get your authorization header from the Codat Portal:
33+
To get your authorization header from the [Codat Portal](https://app.codat.io):
3234

33-
1. In the navigation bar, click **Developers > API keys**.
35+
1. In the navigation bar, click [**Developers > API keys**](https://app.codat.io/developers/api-keys).
3436
2. In the **API Keys** section, copy your authorization header rather than the API key itself.
3537

3638
## Client Libraries

bank-feeds/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Bank Feeds
22

33
<!-- Start Codat Library Description -->
4-
<!-- End Codat Library Description -->
54
Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms.
5+
<!-- End Codat Library Description -->
66

77
<!-- Start SDK Installation -->
88
## SDK Installation
@@ -82,8 +82,6 @@ var res = await sdk.AccountMapping.CreateAsync(new CreateBankAccountMappingReque
8282
* [ListCreateOperations](docs/sdks/transactions/README.md#listcreateoperations) - List create operations
8383
<!-- End SDK Available Operations -->
8484

85-
86-
8785
<!-- Start Dev Containers -->
8886

8987

@@ -92,5 +90,4 @@ var res = await sdk.AccountMapping.CreateAsync(new CreateBankAccountMappingReque
9290

9391
<!-- Placeholder for Future Speakeasy SDK Sections -->
9492

95-
9693
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

bank-feeds/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ features:
1919
csharp:
2020
version: 2.1.0
2121
author: Codat
22-
description: Set up bank feeds from accounts in your application to supported accounting platforms.
2322
dotnetVersion: net6.0
23+
description: Set up bank feeds from accounts in your application to supported accounting
24+
platforms.
2425
maxMethodParams: 0
2526
packageName: Codat.BankFeeds

lending/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Lending
22

33
<!-- Start Codat Library Description -->
4-
<!-- End Codat Library Description -->
54
Lending helps you make smarter credit decisions on small businesses by enabling you to pull your customers' latest data from the operating systems they are already using. You can use that data for automating decisioning and surfacing new insights on the customer, all via one API.
5+
<!-- End Codat Library Description -->
66

77
<!-- Start SDK Installation -->
88
## SDK Installation
@@ -350,8 +350,6 @@ var res = await sdk.AccountingBankData.ListTransactionsAsync(new ListAccountingB
350350
* [List](docs/sdks/transactionstransfers/README.md#list) - List transfers
351351
<!-- End SDK Available Operations -->
352352

353-
354-
355353
<!-- Start Dev Containers -->
356354

357355
<!-- End Dev Containers -->

lending/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ features:
2020
csharp:
2121
version: 4.2.1
2222
author: Codat
23-
description: Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features.
2423
dotnetVersion: net6.0
24+
description: Make credit decisions backed by enhanced financials, metrics, reports,
25+
and data integrity features.
2526
maxMethodParams: 0
2627
packageName: Codat.Lending

platform/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ var res = await sdk.Companies.CreateAsync(new CompanyRequestBody() {
9797
* [List](docs/sdks/webhooks/README.md#list) - List webhooks
9898
<!-- End SDK Available Operations -->
9999

100-
101-
102100
<!-- Start Dev Containers -->
103101

104102

platform/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ features:
1919
csharp:
2020
version: 2.1.0
2121
author: Codat
22-
description: Manage the building blocks of Codat, including companies, connections, and more.
2322
dotnetVersion: net6.0
23+
description: Manage the building blocks of Codat, including companies, connections,
24+
and more.
2425
maxMethodParams: 0
2526
packageName: Codat.Platform

sync-for-commerce/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Sync for Commerce
22

33
<!-- Start Codat Library Description -->
4-
<!-- End Codat Library Description -->
54
Embedded accounting integrations for POS and eCommerce platforms.
5+
<!-- End Codat Library Description -->
66

77
<!-- Start SDK Installation -->
88
## SDK Installation
@@ -77,8 +77,6 @@ var res = await sdk.AdvancedControls.CreateCompanyAsync(new CreateCompany() {
7777
* [UpdateVisibleAccountsSyncFlow](docs/sdks/syncflowsettings/README.md#updatevisibleaccountssyncflow) - Update visible accounts
7878
<!-- End SDK Available Operations -->
7979

80-
81-
8280
<!-- Start Dev Containers -->
8381

8482

@@ -87,5 +85,4 @@ var res = await sdk.AdvancedControls.CreateCompanyAsync(new CreateCompany() {
8785

8886
<!-- Placeholder for Future Speakeasy SDK Sections -->
8987

90-
91-
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
88+
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

sync-for-commerce/gen.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configVersion: 1.0.0
22
management:
33
docChecksum: 4e02b8d832e97024941ad0c057056b7a
4-
docVersion: "1.1"
4+
docVersion: '1.1'
55
speakeasyVersion: 1.91.0
66
generationVersion: 2.129.1
77
generation:
@@ -19,7 +19,8 @@ features:
1919
csharp:
2020
version: 2.1.0
2121
author: Codat
22-
description: Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform.
2322
dotnetVersion: net6.0
23+
description: Push merchants' data from your ecommerce or point-of-sale (POS) platform
24+
into your merchants' accounting platform.
2425
maxMethodParams: 0
2526
packageName: Codat.Sync.Commerce

0 commit comments

Comments
 (0)