{"id":21701041,"url":"https://github.com/ed-itsolutions/kashflowapi","last_synced_at":"2025-07-25T07:37:16.710Z","repository":{"id":56879909,"uuid":"2599464","full_name":"Ed-ITSolutions/KashflowAPI","owner":"Ed-ITSolutions","description":"Kashflow API wrapper for Ruby","archived":false,"fork":false,"pushed_at":"2013-09-23T14:40:04.000Z","size":708,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-25T23:25:03.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ed-itsolutions.github.com/KashflowAPI/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ed-ITSolutions.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-18T14:31:59.000Z","updated_at":"2016-01-31T23:10:39.000Z","dependencies_parsed_at":"2022-08-20T11:40:44.060Z","dependency_job_id":null,"html_url":"https://github.com/Ed-ITSolutions/KashflowAPI","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ed-ITSolutions%2FKashflowAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ed-ITSolutions%2FKashflowAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ed-ITSolutions%2FKashflowAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ed-ITSolutions%2FKashflowAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ed-ITSolutions","download_url":"https://codeload.github.com/Ed-ITSolutions/KashflowAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248573790,"owners_count":21126905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T20:17:44.263Z","updated_at":"2025-04-12T13:34:53.122Z","avatar_url":"https://github.com/Ed-ITSolutions.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KashflowApi\n\n[![Build Status](https://travis-ci.org/Ed-ITSolutions/KashflowAPI.png?branch=master)](https://travis-ci.org/Ed-ITSolutions/KashflowAPI) [![Code Climate](https://codeclimate.com/github/Ed-ITSolutions/KashflowAPI.png)](https://codeclimate.com/github/Ed-ITSolutions/KashflowAPI) [![Coverage Status](https://coveralls.io/repos/Ed-ITSolutions/KashflowAPI/badge.png)](https://coveralls.io/r/Ed-ITSolutions/KashflowAPI)\n\nKashflowApi provides an Active Record like interface to the Kashflow API.\n\n# Install\n\nYou can install KashflowApi by adding it yo your `Gemfile` like this:\n\n```ruby\ngem 'kashflow_api'\n```\n\nand running `bundle install`\n\n# Usage\n\nAt the beginning of your program, or in an rails initializer call the configure block like so:\n\n``` ruby\nKashflowApi.configure do |c|\n  c.username = \"Username\"\n  c.password = \"Password\"\n  c.loggers = false\nend\n```\n\t\nI recommend settings loggers to false so that you don't get all the soap exchanges echoed out.\n\nYou can now call methods on the models e.g.\n\n``` ruby\nKashflowApi::Customer.all\nKashflowApi::Customer.find(\"Cust01\")\nKashflowApi::Customer.find_by_email(\"customer@domain.tld\")\n```\n\n## Saving\n\nAll the Kashflow objects in the gem have a `.save` method which will either insert a new record or update the current one.\n\n# More Info\n\nFor more info head over to the [wiki](https://github.com/Ed-ITSolutions/KashflowAPI/wiki)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fed-itsolutions%2Fkashflowapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fed-itsolutions%2Fkashflowapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fed-itsolutions%2Fkashflowapi/lists"}