Skip to content

Commit

Permalink
Add licenses and new doc urls (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Sep 5, 2024
1 parent 17c2275 commit 7715912
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 48 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It also contains our UI SDKs to launch verification flows using the Trinsic widget.

You can find the documentation of our platform at [docs.trinsic.id](https://docs.trinsic.id)

## API Libraries

These are our server-side libraries used to communicate with Trinsic's API directly.
Expand Down Expand Up @@ -56,7 +58,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
6 changes: 3 additions & 3 deletions api-csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications written in C#.

## Documentation

See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.

## Installation

Expand Down Expand Up @@ -47,13 +47,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h

## Support

New features and bug fixes are released on the latest major version of the `sdk-csharp-api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.

Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
5 changes: 1 addition & 4 deletions api-csharp/build-sdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $additionalProperties = @{
useDateTimeOffset = "true"
validatable = "false"
disallowAdditionalPropertiesIfNotPresent = "false"
licenseId = "MIT"
}
& "$PSScriptRoot/../helpers/generate-client.ps1" -language "csharp" -outputFolder "$PSScriptRoot/sdk" -additionalProperties $additionalProperties

Expand Down Expand Up @@ -35,10 +36,6 @@ $element = $xml.CreateElement("PackageReadmeFile")
$element.InnerText = "README.md"
$xml.Project.PropertyGroup.AppendChild($element) | Out-Null

$element = $xml.CreateElement("PackageLicenseExpression")
$element.InnerText = "MIT"
$xml.Project.PropertyGroup.AppendChild($element) | Out-Null

# Create the new ItemGroup element with the README.md inclusion
$itemGroupElement = $xml.CreateElement("ItemGroup")

Expand Down
4 changes: 2 additions & 2 deletions api-csharp/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ At this repository's root run `npm ci`. This sample depends on the `ui-web` samp

Open the `Sample.sln` file using your IDE of choice. It works best with [JetBrain's Rider](https://www.jetbrains.com/rider/) and [Visual Studio](https://visualstudio.microsoft.com/).

Now make sure to create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./Sample/example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://connect.docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.
Now make sure to create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./Sample/example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.

After you created your `.env` file you are good to run the project in your IDE.

Expand All @@ -30,7 +30,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
4 changes: 2 additions & 2 deletions api-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications written in Go.

## Documentation

See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.

## Installation

Expand Down Expand Up @@ -52,7 +52,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
4 changes: 2 additions & 2 deletions api-go/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ At this repository's root run `npm ci`. This sample depends on the `ui-web` samp

### Running the project

Create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://connect.docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.
Create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.

After you created your `.env` file you are good to run the project

Expand All @@ -36,7 +36,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
6 changes: 3 additions & 3 deletions api-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications written in Java.

## Documentation

See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.

## Installation

Expand Down Expand Up @@ -72,13 +72,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h

## Support

New features and bug fixes are released on the latest major version of the `sdk-java-api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.

Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
2 changes: 2 additions & 0 deletions api-java/build-sdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ $additionalProperties = @{
developerOrganization = "Trinsic"
developerOrganizationUrl = "https://trinsic.id"
artifactDescription = "Trinsic"
licenseName = "MIT"
licenseUrl = "https://opensource.org/licenses/MIT"
}
& "$PSScriptRoot/../helpers/generate-client.ps1" -language "java" -outputFolder "$PSScriptRoot/sdk-build" -additionalProperties $additionalProperties

Expand Down
4 changes: 2 additions & 2 deletions api-java/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ At this repository's root run `npm ci`. This sample depends on the `ui-web` samp

Import this directory as a Maven project using your IDE of choice. It works best with [JetBrain's IntelliJ IDEA](https://www.jetbrains.com/idea/).

Now make sure to create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./Sample/example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://connect.docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.
Now make sure to create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./Sample/example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.

After you created your `.env` file you are good to run the project in your IDE.

Expand All @@ -30,7 +30,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
6 changes: 3 additions & 3 deletions api-php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications written in PHP.

## Documentation

See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.

## Installation

Expand Down Expand Up @@ -45,13 +45,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h

## Support

New features and bug fixes are released on the latest major version of the `trinsic/api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.

Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
3 changes: 1 addition & 2 deletions api-php/build-sdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $additionalProperties = @{
developerOrganization = "Trinsic"
developerOrganizationUrl = "https://trinsic.id"
composerPackageName = "trinsic/api"

licenseName = "MIT"
}
& "$PSScriptRoot/../helpers/generate-client.ps1" -language "php" -outputFolder "$PSScriptRoot/sdk-build" -additionalProperties $additionalProperties

Expand All @@ -20,7 +20,6 @@ $jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json

# Modify the description field
$jsonContent.description = "Trinsic API PHP library."
$jsonContent.license = "MIT"

# Convert the modified object back to JSON
$jsonContent | ConvertTo-Json -Depth 10 | Set-Content -Path $jsonFilePath
4 changes: 2 additions & 2 deletions api-php/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Alternatively, you can run `npm run build` inside the [`ui-web/samples`](../../u

### Running the project

Make sure to create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./Sample/example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://connect.docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.
Make sure to create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./Sample/example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.

After you created your `.env` file, install the sample's dependencies by running `composer update`. After which you should be good to start the application:

Expand All @@ -33,7 +33,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
6 changes: 3 additions & 3 deletions api-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications written in Python

## Documentation

See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.

## Installation

Expand Down Expand Up @@ -45,13 +45,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h

## Support

New features and bug fixes are released on the latest major version of the `trinsic-api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.

Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
4 changes: 2 additions & 2 deletions api-python/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ At this repository's root run `npm ci`. This sample depends on the `ui-web` samp

Run `pip install -r requirements.txt` to install the necessary dependencies.

Create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://connect.docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.
Create a new `.env` file to set your Trinsic Access Token. You can use [`example.env`](./example.env) as a reference. If you need more information where to find this token, visit our [Getting Started](https://docs.trinsic.id/docs/getting-started-with-trinsic-connect) guide.

After you created your `.env` file you are good to run the project.

Expand All @@ -35,7 +35,7 @@ Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
6 changes: 3 additions & 3 deletions api-ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications written in Ruby.

## Documentation

See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.

## Installation

Expand Down Expand Up @@ -43,13 +43,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h

## Support

New features and bug fixes are released on the latest major version of the `trinsic_api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.

Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).

## More Information

- [API Reference](https://connect.docs.trinsic.id/reference)
- [API Reference](https://docs.trinsic.id/reference)
- [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
- [Our Blog](https://trinsic.id/blog/)
- [Schedule a demo](https://trinsic.id/contact/)
Loading

0 comments on commit 7715912

Please sign in to comment.