s/REST( API)?/API/

Bitbucket's API kind of supports REST workflows, but the clearly use it
like an RPC API (the hardcoded schema in `PROJECT_API_URL_FORMAT`
make it particularly clear)
This commit is contained in:
Valentin Lorentz 2021-04-27 18:13:09 +02:00
parent 40e1916510
commit 18b68bd8c7
3 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ class BitbucketListerState:
class BitbucketLister(Lister[BitbucketListerState, List[Dict[str, Any]]]):
"""List origins from Bitbucket using its REST API.
"""List origins from Bitbucket using its API.
Bitbucket API has the following rate-limit configuration: