Go to file
dependabot[bot] 3c143286e1
Bump the gradle group with 4 updates (#100)
Bumps the gradle group with 4 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)

Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 08:52:15 -06:00
.github Bump gradle/wrapper-validation-action from 2 to 3 (#93) 2024-04-17 15:36:02 -06:00
config Upgrade Gradle and Spotbugs versions (#53) 2023-08-24 09:51:24 -06:00
conversion-examples Update Smithy Version (#98) 2024-06-26 08:34:17 -06:00
custom-trait-examples Bump the gradle group with 4 updates (#100) 2024-07-05 08:52:15 -06:00
gradle/wrapper Upgrade Gradle and Spotbugs versions (#53) 2023-08-24 09:51:24 -06:00
gradle-plugin-examples Bump the gradle group with 4 updates (#100) 2024-07-05 08:52:15 -06:00
linting-and-validation-examples Bump the gradle group with 4 updates (#100) 2024-07-05 08:52:15 -06:00
projection-examples Inline io for examples (#61) 2023-10-10 11:31:21 -06:00
quickstart-examples Update Smithy Version (#98) 2024-06-26 08:34:17 -06:00
shared-model-examples [Automation] Smithy Version Bump - `1.46.0` (#87) 2024-03-27 08:07:39 -06:00
.gitattributes Add .gitattributes file and include in gradle templates (#45) 2023-06-29 07:08:40 -06:00
.gitignore add initial setup 2023-06-01 14:41:35 -06:00
CODE_OF_CONDUCT.md Initial commit 2023-06-01 12:14:35 -07:00
CONTRIBUTING.md Initial commit 2023-06-01 12:14:35 -07:00
LICENSE Update LICENSE to MIT-0 2023-06-01 14:55:20 -06:00
Makefile reorganize to have only one top-level gradle project (#30) 2023-06-21 10:53:30 -06:00
README.md Clean up READMEs and correct template paths (#46) 2023-06-29 10:04:19 -06:00
build.gradle.kts Update examples to use new gradle plugin (#54) 2023-08-28 08:50:38 -06:00
gradle.properties Update Smithy Version (#98) 2024-06-26 08:34:17 -06:00
gradlew reorganize to have only one top-level gradle project (#30) 2023-06-21 10:53:30 -06:00
gradlew.bat Update Smithy Version (#47) 2023-07-24 09:25:03 -06:00
settings.gradle.kts Add tutorial project for smithy gradle plugins (#80) 2024-03-20 11:45:49 -06:00
smithy-templates.json Add tutorial project for smithy gradle plugins (#80) 2024-03-20 11:45:49 -06:00

README.md

Smithy Examples

Build Status

This repository contains a range of examples to help you get up and running with Smithy.

Note: You will need the Smithy CLI installed to use the examples in this repository as templates. If you do not have the CLI installed, follow this guide to install it now.

What is Smithy

Smithy is an interface definition language and set of tools that allows developers to build clients and servers in multiple languages. A Smithy model enables API providers to generate clients and servers in various programming languages, API documentation, test automation, and example code.

Examples

Contributing

Contributions are welcome. Please read the contribution guidelines first.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the MIT-0 License.