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:
parent
40e1916510
commit
18b68bd8c7
3 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue