Uses of Class
com.langfuse.client.resources.projects.requests.CreateApiKeyRequest
Packages that use CreateApiKeyRequest
Package
Description
-
Uses of CreateApiKeyRequest in com.langfuse.client.resources.projects
Methods in com.langfuse.client.resources.projects with parameters of type CreateApiKeyRequestModifier and TypeMethodDescriptionAsyncProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request) Create a new API key for a project (requires organization-scoped API key)AsyncProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request, RequestOptions requestOptions) Create a new API key for a project (requires organization-scoped API key)AsyncRawProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request) Create a new API key for a project (requires organization-scoped API key)AsyncRawProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request, RequestOptions requestOptions) Create a new API key for a project (requires organization-scoped API key)ProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request) Create a new API key for a project (requires organization-scoped API key)ProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request, RequestOptions requestOptions) Create a new API key for a project (requires organization-scoped API key)RawProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request) Create a new API key for a project (requires organization-scoped API key)RawProjectsClient.createApiKey(String projectId, CreateApiKeyRequest request, RequestOptions requestOptions) Create a new API key for a project (requires organization-scoped API key) -
Uses of CreateApiKeyRequest in com.langfuse.client.resources.projects.requests
Methods in com.langfuse.client.resources.projects.requests that return CreateApiKeyRequestMethods in com.langfuse.client.resources.projects.requests with parameters of type CreateApiKeyRequest