Page MenuHomePhabricator

Create new Ondemand API for machine readable article
Closed, ResolvedPublic8 Estimated Story Points

Description

We need to add new machine readable article endpoint to our API and integrate infobox parser into it, so that we can get a quick user feedback.

Acceptance criteria
Ability to query new machine readable endpoint.

ToDo

  • figure out the way we are going to expose the endpoint
  • finalize the schema for the response arguments
    • need to create an example with Squirrel page so that we can share it with customers
  • add the endpoint to main API
  • update integration tests
  • update the SDK
  • update the documentation
    • update json schema
    • update API spec
    • update data dictionary

Event Timeline

Protsack.stephan created this task.
Protsack.stephan renamed this task from Create new API for machine readable article to Create new Ondemand API for machine readable article.Jun 15 2023, 1:45 PM
Protsack.stephan updated the task description. (Show Details)
Felixejofre set the point value for this task to 8.Jun 15 2023, 1:58 PM

Results of QA:

QA performed again after latest changes:

  • malformed URLs fixed
  • Integration tests for contents tags passing
  • Filters and Fields still working properly