Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mipmip/exact_online_apidoc_parser
- Owner: mipmip
- License: mit
- Created: 2022-11-29T08:23:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T08:23:59.000Z (about 2 years ago)
- Last Synced: 2024-10-25T01:41:44.018Z (3 months ago)
- Topics: eolibs, exact-online
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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