Creates an openapi-fetch client using createClient.
openapi-fetch
const client = createBitbucketCloudClient({ baseUrl: "https://api.bitbucket.org/2.0", headers: { Accept: "application/json", Authorization: `Basic ${basic}` },}) Copy
const client = createBitbucketCloudClient({ baseUrl: "https://api.bitbucket.org/2.0", headers: { Accept: "application/json", Authorization: `Basic ${basic}` },})
Optional
Creates an
openapi-fetch
client using createClient.Example