User Details
User Details
- User Since
- Oct 9 2022, 7:55 AM (182 w, 5 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Muvvahed [ Global Accounts ]
Oct 13 2022
Oct 13 2022
Muvvahed added a comment to T318512: Outreachy Application Task (Round 25): Explore Toolhub Data.
Oct 11 2022
Oct 11 2022
Muvvahed added a comment to T318512: Outreachy Application Task (Round 25): Explore Toolhub Data.
I Have a question on Task Set 2, I have used both the api/tools/ and api/search/tools/ endpoints and I am obtaining only 10 tools from the results, aren't the tools more than that? or are we to use the api/search/lists/ endpoint
Muvvahed added a comment to T318512: Outreachy Application Task (Round 25): Explore Toolhub Data.
when parsing through the annotations dict, i use:
for key, values in x.items(): if values: pass else: list.append(key)The problem howerver is that fields with boolean values of 'False" would evaluate to false and considered missing.
any suggestions on how to work around this?
