mirror of
https://github.com/langgenius/dify-sdk-go.git
synced 2026-07-01 20:39:37 -04:00
[PR #1] [MERGED] Enhancements without breaking changes #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-sdk-go/pull/1
Author: @l33oo
Created: 2/5/2024
Status: ✅ Merged
Merged: 9/9/2024
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (10+)
f9d07b3chore: format codesea99c43chore: update package name0325b59fix: client timeout09e8b8efix: support concurrency5895443chore: hide useless methods628ade4feat: support dynamic api secretf900d81chore: Api => API95dde64opt: add DefaultAPISecret config7713f8fopt: organize folder structure11a1daefix: lost the first message in streaming mode📊 Changes
10 files changed (+467 additions, -550 deletions)
View changed files
📝
api.go(+27 -440)➕
api_chat.go(+35 -0)➕
api_chat_stream.go(+88 -0)➕
api_conversations.go(+81 -0)➕
api_messages.go(+103 -0)➕
api_parameters.go(+57 -0)📝
client.go(+48 -78)📝
config.go(+6 -5)📝
go.mod(+1 -1)📝
test/api_test.go(+21 -26)📄 Description
Fix bugs and make some optimizations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.