SDK v3 #8

Merged
SoXX merged 77 commits from dev/issue-5 into main 2024-08-14 13:27:35 +00:00
Showing only changes of commit b4e8152cb4 - Show all commits

View File

@ -1,5 +0,0 @@
package models
type FavoriteList struct {
Posts []Post `json:"posts,omitempty"`
}