ehmatthes / ehmatthes/dsd-codered
Parking lot
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Tasks if this becomes useful
---
- [ ] Rather than `cli_logged_out` message, write an `api_token_not_found` message.
- [x] If can't identify deployed URL in automate-all workflow, modify the success message rather than using the URL itself for that message.
- [x] Make my own api call to verify that user provided a valid cr project name? See [here](https://github.com/coderedcorp/cr/blob/main/cr/api.py#L62):
```python
status, d = coderedapi(f"/api/webapps/{handle}/", "GET", token)
```
- [x] How is token handled in the above snippet? (headers)
- [ ] Sort out what happens if cr project name differs from local project name.
- [ ] In block that catches `Exception`, examine the message and just call `raise` if it's not an API issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.