What I'm looking to do is utilize the Bitbucket API (additional R&D required) to search for a string against Bitbucket. I plan to write a code in React, to consume this API, display the results, and incorporate a feature for exporting the data.
From documentation, I can see that client id is needed for authorization part. But am unable to get client id instead received one key and secret.
Followed the below link:
https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/
When I gone through below python code , I understood some library is needed. Can any one provide the suitable library for authentication.
https://support.atlassian.com/bitbucket-cloud/docs/oauth-consumer-examples/