dingtalk.rb 177 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 require "dingtalk/version" require "dingtalk/pkcs7_encoder" require "dingtalk/prpcrypt" module Dingtalk ENDPOINT = "https://oapi.dingtalk.com" # Your code goes here... end