Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiota-community/dart_kiota
Dart packages for generated Kiota client libraries
https://github.com/kiota-community/dart_kiota
api client kiota
Last synced: 13 days ago
JSON representation
Dart packages for generated Kiota client libraries
- Host: GitHub
- URL: https://github.com/kiota-community/dart_kiota
- Owner: kiota-community
- License: mit
- Created: 2024-02-05T15:52:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:34:36.000Z (22 days ago)
- Last Synced: 2024-10-24T16:37:28.188Z (22 days ago)
- Topics: api, client, kiota
- Language: Dart
- Homepage:
- Size: 362 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `dart_kiota`
This is the Dart implementation of the Kiota library.
## Development
### TODO
From the comment at: https://github.com/microsoft/kiota/issues/2199#issuecomment-1772865549
- [x] Request information class
- [x] Serialization writer interface
- [x] Parse node interface
- [x] Request adapter interface#### Abstractions
- [x] Backing store abstractions https://github.com/kiota-community/dart_kiota_abstractions/pull/10
- [x] Authentication abstractions https://github.com/kiota-community/dart_kiota_abstractions/pull/12#### Implementations
See https://github.com/kiota-community/dart_kiota/issues/18
#### Other
- [ ] Test Coverage >80%
### License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
---
This project is not affiliated with nor endorsed by Microsoft Corporation.