Skip to content

Commit

Permalink
fix: attempt to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Oct 3, 2024
1 parent df6208a commit 8914f9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

The Kiota Java Libraries for Java are:

- [abstractions] Defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition
- [authentication/azure] Implementing Azure authentication mechanisms
- [http/okHttp] Implementing a default OkHttp client
- [serialization/form] Implementing default serialization for forms
- [serialization/json] Implementing default serialization for json
- [serialization/text] Implementing default serialization for text
- [serialization/multipart] Implementing default serialization for multipart
- [abstractions](./components/abstractions) Defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition
- [authentication/azure](./components/authentication/azure) Implementing Azure authentication mechanisms
- [http/okHttp](./components/http/okHttp) Implementing a default OkHttp client
- [serialization/form](./components/serialization/form) Implementing default serialization for forms
- [serialization/json](./components/serialization/json) Implementing default serialization for json
- [serialization/text](./components/serialization/text) Implementing default serialization for text
- [serialization/multipart](./components/serialization/multipart) Implementing default serialization for multipart

Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README.md).

Expand Down

0 comments on commit 8914f9c

Please sign in to comment.