-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Query support? #172
Labels
Comments
This is absolutely implemented. Here you are: wiki({ apiUrl: 'https://starcitizen.tools/api.php' })
.api({
format: 'json',
prop: '',
list: 'categorymembers',
cmtitle: 'Category:Ships',
cmprop: 'ids|title',
cmnamespace: '0',
cmlimit: '500'
}) |
Hi @dijs Unfortunately Thanks, |
It looks like it got left out of the type file: https://github.com/dijs/wiki/blob/master/index.d.ts Could you fix that? @dannysmc95 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to do a query like so:
https://starcitizen.tools/api.php?action=query&format=json&prop=&list=categorymembers&cmtitle=Category%3AShips&cmprop=ids%7Ctitle&cmnamespace=0&cmlimit=500
But I can't see a way to do this via your API, anything I am missing? Or not something that is implemented?
Thanks,
The text was updated successfully, but these errors were encountered: