fortnox-api 0.9.1
This gem uses the HTTParty library to abstract away the REST calls. It gives you access to a number of objects that behave a lot like ActiveRecord instances, giving you access to methods like `all`, `find`, `find_by_...` and so on. And each individual instance can beeasily persistable to Fortnox again using the `save` method.
Gemfile:
=
インストール:
=
Runtime依存関係 (7):
countries
~> 5.0
dry-configurable
~> 1.0
dry-container
~> 0.10
dry-struct
~> 1.6
dry-types
~> 1.7
httparty
~> 0.21
jwt
~> 2.3
Development依存関係 (14):
bundler
~> 2.4
dotenv
~> 2.8
guard
~> 2.18
guard-rspec
~> 4.7
guard-rubocop
~> 1.5
pry
~> 0
rake
~> 13.0
rspec
~> 3.12
rubocop
~> 1.39.0
rubocop-rspec
~> 2.16.0
simplecov
~> 0.22
vcr
~> 6.1
webmock
~> 3.18