Code4SA / medicine-price-registry

An API on the South African Single Exit Price mechanism for medicines
http://mpr.code4sa.org
Apache License 2.0
39 stars 16 forks source link

Documentation error for API v2 #30

Closed mattadendorff closed 7 years ago

mattadendorff commented 7 years ago

The documentation says that product information can be queried with, e.g. https://mpr.code4sa.org/api/v2/related?product=703312001...however the API is actually expecting 'nappi' instead of 'product' and throws a 'Not Found' error if 'product' is used. I think the docs just need to be changed.