www.byjp.me/tools/syndicate/services/medium/interactions.go
JP Hastings-Spital c135910850 Working pixelfed & insta posting
Syndicate is working! Instagra & Pixelfed demonstrated with the new post attached.

Lots of TODOs, but functional enough :)
2023-11-12 07:43:08 +00:00

7 lines
172 B
Go

package medium
import "github.com/by-jp/www.byjp.me/tools/syndicate/shared"
func (s *service) Interactions(url string) ([]shared.Interaction, error) {
return nil, nil
}