Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending / customizing dashboard API calls #100

Open
marbetschar opened this issue Sep 30, 2012 · 4 comments
Open

Extending / customizing dashboard API calls #100

marbetschar opened this issue Sep 30, 2012 · 4 comments

Comments

@marbetschar
Copy link

There should be a way of customizing or extending API calls which are made from the dashboard. So a API developer gets a convinient way of adding some sort of security checks or login functionality to the dashboard, without touching the Taffy core.

This afterwards allows a dashboard user to try even protected API calls.

@atuttle
Copy link
Owner

atuttle commented Sep 30, 2012

Sounds good to me.

@marbetschar
Copy link
Author

Any idea on how we may achieve this?

@atuttle
Copy link
Owner

atuttle commented Oct 2, 2012

My first thought is along the same lines as onTaffyRequest, which they could override in Application.cfc to respond to the event. Either that or we'd have to require a new object. I'd say let's go with the Application.cfc approach unless and until it starts to look like it's going to be so complicated that it will make a mess of Application.cfc. Sound good?

@marbetschar
Copy link
Author

The approach sounds fine to me - hopefully I get some time soon to digg into it further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants