-
Notifications
You must be signed in to change notification settings - Fork 11
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
Machine-readable format #114
Comments
Hey 👍
I'll look if i can provide a more unified output of all the data until then. |
Is the detected type available in data-json ? |
Yes it is for most functions. This is the internal data-structure behind entries in I have some pre-defined types for the builtins in a separate file as well: https://github.com/nix-community/noogle/blob/main/salt/src/builtins.types.json If you want to work on providing a unified output of all the information, I am happy to help. |
Ah yes, my bad. I skimmed the resulting json, and only read the functions for which signature was null. |
Hello!
I am one of the moderators of the nixos discord (https://discord.gg/RbvHtGa), and we thought it would be nice to integrate noogle into a bot, so people can
/search <function_name>
From what I get from the readme, noogle is build as a static webpage, so could it be possible to get a machine-readadable format (e.g. json) that we can embed into the bot?
Maybe this already exists, or could be possible to implement?
The text was updated successfully, but these errors were encountered: