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

BTE doesn't recognize when a smartapi registration in its config list is not in the registry #428

Closed
colleenXu opened this issue Mar 16, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@colleenXu
Copy link
Collaborator

This came up with the ICEES issue #421. BTE's config list at the time used smartapi registry IDs for ICEES APIs....but those registrations had been deleted. BTE didn't give any warning message (console or TRAPI logs) and continued working without using the ICEES APIs.

Is it possible for BTE to give a warning (in console/TRAPI logs), when a smartapi registry ID in the config list isn't found in the registry data? This would tell us devs that we need to review that entry in the config list...

@colleenXu
Copy link
Collaborator Author

For example, I can add the nonsense entry below to the config list, and I don't see a log in the console or TRAPI response that says that the nonsense API wasn't actually found in the registry

    {
        id: '455616156564',
        name: 'lalalala'
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants