Robert Sigler
Results
2
issues of
Robert Sigler
Hi, I have a use-case which could be handled by invoking loader-utils.interpolateName(). In doing so, I could add something like the below to my webpack config: ``` options: { data:...
This PR adds the `/api/v1/accounts/lookup` endpoint (https://docs.joinmastodon.org/methods/accounts/#lookup) via a new function `func (c *Client) AccountLookup(ctx context.Context, acct string) (*Account, error)`. Test included.