-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
[Concept] API Query Language LSSMAQL #51
Comments
Version V.0.0.1 merged into master with #53 |
I've been looking into the examples given and found one thing that is a bit weird:
in this example, |
Thats just a name used in the API of the game. And LSSMAQL is just something to use the APi of the game. So they need to use the exact names of that. |
The attributes are the same as used in the APIs: This is because Sebastian, the original founder of the game, used some "denglish" (mixing german and english) terms internally and the new developer team also does this now and then. As the idea of LSSMAQL was/is to provide a Language to query these APIs, the exact same attribute names are required. |
I just found something that would be an interesting change to this idea. |
Possible alternatives: |
after fiddling around with JSONata and GROQ in tend to favorite JSONata since a more complete feature set. |
A Query Language to get API-Results from cached API Values.
Note: This is not yet a full concept and may change at any time
An LSSMAQL-Query Always returns an List of return Values.
Query should be able to process:
.
-NotationWHERE
EBNF of a Query:
We used EBNF used in Railroad Diagram Generator
This may still contain errors
Examples can be found in lssmaql@LSSM-V.4/lssmaql/specs/examples.md
The text was updated successfully, but these errors were encountered: