fortnox-api 0.8.2
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 be easilypersistable to Fortnox again using the `save` method.
          Gemfile:
          =
        
        
          instalar:
          =
        
      dependencias de Runtime (7):
            countries
            ~> 5.0
          
          
            dry-configurable
            ~> 1.0
          
          
            dry-container
            ~> 0.10
          
          
            dry-struct
            ~> 1.6
          
          
            dry-types
            ~> 1.7
          
          
            httparty
            ~> 0.17
          
          
            jwt
            ~> 2.3
          
    