BBC_Scripts
  1. BBC_Scripts

Bitbucket_Cloud_API_Integration

Public
AuthorCommitMessageCommit dateIssues
Michael WalkerMichael Walker
2731e0edd03cleaned up base
Michael WalkerMichael Walker
933f49a7b64changed default terminal output level to INFO
Michael WalkerMichael Walker
d402dca2270updated env-template to reflect seperate sessions in bitbucket_api.py
Michael WalkerMichael Walker
e595672fe75added debug closing message for readability | switched to using seperate sessions for cloud and server so that both can potentially be used at the same time | threw out the prompt for credentials to simplify things
Michael WalkerMichael Walker
07ac104770eadded /projects endpoint
Michael WalkerMichael Walker
c5643fc280eset up basic imports for example sake
Michael WalkerMichael Walker
e70397449cfadded __init__ so that python can track the imports properly
Michael WalkerMichael Walker
a63f6b3c70dresolve setting self attributes in the handler class and leave just a type hint in the base api class
Michael WalkerMichael Walker
9f5c33223baadd note to env template
Michael WalkerMichael Walker
6cb3849fa4badded init steps and first example endpoint | built out simplified server User dataclass
Michael WalkerMichael Walker
4f272332a78updated init | added additional endpoints | adjusted to separate paged function where necessary
Michael WalkerMichael Walker
a4e47c200b1broke out paged calls to it's own function | updated init steps to better allow for server handling
Michael WalkerMichael Walker
0bc466c7556updated base with some examples and included handler of server URL
Michael WalkerMichael Walker
2c242c4092dadding input for server url
Michael WalkerMichael Walker
f80292d8c5cadded test new line to confirm crlf and to address my OCD
Michael WalkerMichael Walker
f703aa94a40Fix CRLF
Michael WalkerMichael Walker
ef8110a8a04added readme
Michael WalkerMichael Walker
e1e9718b3d2adding template for env.py
Michael WalkerMichael Walker
35d87506a37added more endpoints and objects
Michael WalkerMichael Walker
30ebaf505c7added wsl-venv ignore
Michael WalkerMichael Walker
2c234c1b40dfixed paging
Michael WalkerMichael Walker
9a3667a1846removed unused import
Michael WalkerMichael Walker
afd45527422switched to using env.py instead of providing the credentials directly into the script and including this file in the .gitignore for security
Michael WalkerMichael Walker
9237b39803dignoring env.py so that credentials dont accidentially get uploaded to the repo
Michael WalkerMichael Walker
02cedc42914main init