mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #66] [MERGED] add web-api passthrough #187
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/devgianlu/go-librespot/pull/66
Author: @preampinbut
Created: 8/16/2024
Status: ✅ Merged
Merged: 8/17/2024
Merged by: @devgianlu
Base:
master← Head:master📝 Commits (10+)
5302ea8add web-api passthrough8bb2e27fix comment8e68cedadd error log like in the originalc58284efollowing naming convention29ccde0move Body.Close below error condition4177119fix and update statuscode36d23eerefactor: spclient request31a7b8fadd type ApiResponseMessage7c983afconvert response message into ApiResponseMessageb3ebe55chore: cleanup📊 Changes
4 files changed (+122 additions, -12 deletions)
View changed files
📝
cmd/daemon/api_server.go(+58 -10)📝
cmd/daemon/player.go(+42 -0)📝
session/getters.go(+7 -0)📝
spclient/spclient.go(+15 -2)📄 Description
I know this may not looking good but it is what it is from what I see web api have no other header request except authorization no? so I didn't make header passthrough
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.