https://github.com/sebastienlevert/kiota-ruby
A simple console application built in Ruby using a Kiota generated client library
https://github.com/sebastienlevert/kiota-ruby
Last synced: 3 months ago
JSON representation
A simple console application built in Ruby using a Kiota generated client library
- Host: GitHub
- URL: https://github.com/sebastienlevert/kiota-ruby
- Owner: sebastienlevert
- License: mit
- Created: 2023-05-03T21:12:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T21:27:23.000Z (about 2 years ago)
- Last Synced: 2025-01-20T06:19:09.910Z (5 months ago)
- Language: Ruby
- Homepage: https://aka.ms/kiota
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kiota-ruby
A simple console application built in Ruby using a Kiota generated client library
Report Bug
·
Request Feature
## About The Project
```bash
$ ruby program.rbThe Post #1 has Title: sunt aut facere repellat provident occaecati excepturi optio reprehenderit
The Post #2 has Title: qui est esse
The Post #3 has Title: ea molestias quasi exercitationem repellat qui ipsa sit aut
The Post #4 has Title: eum et est occaecati
```## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- [Ruby 3](https://www.ruby-lang.org/en/downloads/)
- [Bundler](https://bundler.io/)### Installation
1. Clone the repo
```sh
git clone https://github.com/sebastienlevert/kiota-ruby.git
```
1. Install NPM packages
```sh
bundle install
```
1. Run the application
```sh
ruby program.rb
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.