Ver a proveniência

Support `author` parameter on posts

main
Matt Baer há 2 anos
ascendente
cometimento
c00064f688
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      post.go

+ 2
- 0
post.go Ver ficheiro

@@ -52,6 +52,8 @@ type (
IsRTL *bool `json:"rtl,omitempty"`
Language *string `json:"lang,omitempty"`

AuthorSlug *string `json:"author"`

// Parameters only for creating
Crosspost []map[string]string `json:"crosspost,omitempty"`



Carregando…
Cancelar
Guardar