Page MenuHomePhabricator

[Hackathon 2022] Implement more endpoints from the Wikidata REST API in the Wikidatum Ruby gem
Closed, ResolvedPublic

Description

I've been working on a Ruby gem for the new Wikidata REST API, so I figure I may as well continue working on it as part of the Hackathon :)

https://github.com/connorshea/wikidatum

Event Timeline

Improved the way datavalues are represented in the codebase to have dedicated classes for each type. Also started adding unit tests across the library :)

Released a new version (0.2.1) of the gem with add_statement, delete_statement, and an overall significantly better implementation for how datavalues are handled.

Marking this as resolved since the hackathon is over