ubicloud/routes
Jeremy Evans b3d8a774b1 Add support for renaming objects to api/sdk/cli
This uses a shared route for all 6 objects, as well as shared
cli and sdk code. Unfortunately, there is not a way to share
such code in openapi.yml, so that part ends up quite verbose.

Eventually, we should add a web interface for this, but it's
best to wait until we refactor the web interfaces for the objects
to consistently use the current postgres web interface.
2025-08-26 02:54:13 +09:00
..
project Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00
runtime Use r.is to check for fully routed path only once instead of twice 2025-06-20 05:14:52 +09:00
webhook Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
account.rb Add raise_web_error method to DRY up web-specific CloverError raising 2025-08-08 05:06:18 +09:00
cli.rb Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
github.rb Use the path methods to reduce verbosity in r.redirect calls 2025-08-26 02:08:44 +09:00
project.rb Replace remaining use of @project_data with @project_permissions 2025-08-26 02:08:44 +09:00