meetupcom

package
v0.0.0-...-bc01594 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(opts ClientOptions) *Client

func (*Client) GetRSVPs

func (c *Client) GetRSVPs(ctx context.Context, eventID string, urlName string) (*RSVPsResponse, error)

type ClientOptions

type ClientOptions struct {
}

type MemberPhoto

type MemberPhoto struct {
	ID        int64
	ThumbLink string `json:"thumb_link"`
	PhotoLink string `json:"photo_link"`
}

type RSVPsResponse

type RSVPsResponse []RSVPsResponseItem

type RSVPsResponseItem

type RSVPsResponseItem struct {
	Response string                  `json:"response"`
	Member   RSVPsResponseItemMember `json:"member"`
	Guests   int64                   `json:"guests"`
}

type RSVPsResponseItemMember

type RSVPsResponseItemMember struct {
	ID    string
	Name  string
	Photo MemberPhoto
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL