ruby_odata

码农软件 · 软件分类 · OData开发包 · 2019-04-02 15:14:42

软件介绍

ruby_odata 是 Ruby 实现 OData 协议的封装,安装方法:gem install ruby_odata

示例代码:

  require 'lib/ruby_odata'

  svc = OData::Service.new "http://127.0.0.1:8888/SampleService/Entities.svc"
  new_category = Category.new
  new_category.Name = "Sample Category"
  svc.AddToCategories(new_category)
  category = svc.save_changes
  puts category.to_json

本文地址:https://www.codercto.com/soft/d/2704.html

Complete Web Monitoring

Complete Web Monitoring

Alistair Croll、Sean Power / O'Reilly Media / June 29, 2009 / GBP 39.99

Do you know the true value of your website to your organization? i??Complete Web Monitoringi?? shows you how to integrate several different views of your online business - including analytics, back-en......一起来看看 《Complete Web Monitoring》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具