Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mipmip/exact_online_apidoc_parser


https://github.com/mipmip/exact_online_apidoc_parser

eolibs exact-online

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# ExactOnlineApidocParser

Parses Exact Online Api Reference

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'exact_online_apidoc_parser'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install exact_online_apidoc_parser

## TODO:
- [x] mandatoy
- [x] better other endpoints
- [ ] service testing
- [x] functions ignoren

## Contributing

1. Fork it ( https://github.com/[my-github-username]/exact_online_apidoc_parser/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request