doc: removed old parameters
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
08d584111e
commit
4b9a01ee4a
@ -12,7 +12,6 @@ import (
|
|||||||
// GetUser retrieves user information from e621.net based on the provided username.
|
// GetUser retrieves user information from e621.net based on the provided username.
|
||||||
//
|
//
|
||||||
// Parameters:
|
// Parameters:
|
||||||
// - client: An http.Client used to make the API request.
|
|
||||||
// - requestContext: The context for the API request, including the host, user agent, username, and API key.
|
// - requestContext: The context for the API request, including the host, user agent, username, and API key.
|
||||||
// - username: The username of the user to retrieve.
|
// - username: The username of the user to retrieve.
|
||||||
//
|
//
|
||||||
@ -64,7 +63,6 @@ func GetUser(requestContext model.RequestContext, username string) (model.User,
|
|||||||
// GetUsers retrieves a list of users from e621.net based on query parameters.
|
// GetUsers retrieves a list of users from e621.net based on query parameters.
|
||||||
//
|
//
|
||||||
// Parameters:
|
// Parameters:
|
||||||
// - client: An http.Client used to make the API request.
|
|
||||||
// - requestContext: The context for the API request, including the host, user agent, username, and API key.
|
// - requestContext: The context for the API request, including the host, user agent, username, and API key.
|
||||||
// - query: A map containing additional query parameters for the API request.
|
// - query: A map containing additional query parameters for the API request.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user