Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

finance_sync

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finance_sync

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= finance_sync

Como usar:

require 'finance_sync'

Instancie a classe FinanceSync::Client passando a url do servidor e a versão dos dados que estão na máquina cliente:

@client = FinanceSync::Client.new(:services_url => "services.myfreecomm.com.br", :version => 22, :user => "foo", :password => "bar")

Para sincronizar, você deve mandar um hash com os dados que você alterou desde a última versão:

@client.synchronize({:dados=>'alterados'})

Para maiores detalhes de como funciona a API do FinanceSync, veja em: git@github.com:myfreecomm/Snakepit.git

Testado apenas com Ruby 1.9.2p180.

Copyright (c) 2010 Vanderson Mota. See LICENSE for details.

FAQs

Package last updated on 20 Jul 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc