Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewWithVerboseAPI ¶
func NewWithVerboseAPI(api *verboseapi.NYSenateAPI) *API
func (*API) GetBillUpdates ¶
type Bill ¶
type Bill struct { PrintNo string `json:"PrintNo"` Version string `json:"Version,omitempty"` Session int `json:"Session"` Chamber string `json:"Chamber,omitempty"` BillType string `json:"BillType,omitempty"` Resolution bool `json:"Resolution,omitempty"` Published time.Time `json:"Published,omitempty"` Status string `json:"Status,omitempty"` Committee string `json:"Committee,omitempty"` Milestones []Milestone `json:"Milestones,omitempty"` Actions []Action `json:"Actions,omitempty"` Votes []Vote `json:"Votes,omitempty"` Sponsors []Sponsor `json:"Sponsors,omitempty"` Title string `json:"Title,omitempty"` Summary string `json:"Summary,omitempty"` LawSection string `json:"LawSection,omitempty"` LawCode string `json:"LawCode,omitempty"` ActClause string `json:"ActClause,omitempty"` SameAsPrintNo string `json:"SameAsPrintNo,omitempty"` PreviousVersions []string `json:"PreviousVersions,omitempty"` }
type BillReference ¶
type BillsResponse ¶
type BillsResponse struct {
Bills []BillReference
}
Click to show internal directories.
Click to hide internal directories.