Feat/add ruby sdk (#583)

This commit is contained in:
crazywoola
2023-07-18 10:18:58 +08:00
committed by GitHub
parent ecd6cbaee6
commit cb6e73347e
15 changed files with 460 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "dify_client"
require "minitest/autorun"