an app engine for your business. Seamlessly implement business logic with a powerful API. Out of the box CMS, blog, forum and email functionality. Developer friendly & easily extendable for your next SaaS/XaaS project. Built with Rails 6, Devise, Sidekiq & PostgreSQL
In the above image, the url gives the indication that the displayed api_clients are under a specific api_namespace. But, we are displaying all the api_clients in this page.
# GET /api_clients or /api_clients.json
def index
@api_clients = ApiClient.all
end
And the redirect is wrong too (we should remove the view that is rendered on the redirect after the user deletes an API resource).
In the above image, the url gives the indication that the displayed api_clients are under a specific api_namespace. But, we are displaying all the api_clients in this page.
And the redirect is wrong too (we should remove the view that is rendered on the redirect after the user deletes an API resource).