An open API service indexing awesome lists of open source software.

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

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.rb

The 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
```

(back to top)

## 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
```

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)