Ishaan Jaff
|
62a1cdec47
|
(code quality) run ruff rule to ban unused imports (#7313)
* remove unused imports
* fix AmazonConverseConfig
* fix test
* fix import
* ruff check fixes
* test fixes
* fix testing
* fix imports
|
2024-12-19 12:33:42 -08:00 |
|
Ishaan Jaff
|
72afed5b7e
|
(QOL improvement) Provider budget routing - allow using 1s, 1d, 1mo, 2mo etc (#6885)
* use 1 file for duration_in_seconds
* add to readme.md
* re use duration_in_seconds
* fix importing _extract_from_regex, get_last_day_of_month
* fix import
* update provider budget routing
* fix - remove dup test
|
2024-11-23 16:59:46 -08:00 |
|
Ishaan Jaff
|
e4016e7187
|
(docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804)
* use helper to handle_exception_on_proxy
* add doc string for /key/regenerate
* use 1 helper for handle_exception_on_proxy
* add doc string for /key/block
* add doc string for /key/unblock
* remove deprecated function
* remove deprecated endpoints
* remove incorrect tag for endpoint
* fix linting
* fix /key/regenerate
* fix regen key
* fix use port 4000 for user endpoints
* fix clean up - use separate file for customer endpoints
* add docstring for user/update
* fix imports
* doc string /user/list
* doc string for /team/delete
* fix team block endpoint
* fix import block user
* add doc string for /team/unblock
* add doc string for /team/list
* add doc string for /team/info
* add doc string for key endpoints
* fix customer_endpoints
* add doc string for customer endpoints
* fix import new_end_user
* fix testing
* fix import new_end_user
* fix add check for allow_user_auth
|
2024-11-18 19:44:06 -08:00 |
|
Ishaan Jaff
|
926e50c50e
|
add endpoint to disable logging for a team
|
2024-07-23 08:38:23 -07:00 |
|
Ishaan Jaff
|
0162a382a6
|
GET endpoint to get team callbacks
|
2024-07-22 20:46:20 -07:00 |
|
Ishaan Jaff
|
5d591385ff
|
only allow unique callbacks for team callbacks
|
2024-07-22 20:43:42 -07:00 |
|
Ishaan Jaff
|
25f37abdb4
|
feat add return types on team/callback
|
2024-07-22 20:35:27 -07:00 |
|
Ishaan Jaff
|
f1e0919446
|
feat - add endpoint to set team callbacks
|
2024-07-22 18:18:09 -07:00 |
|