NASA-PDS / pds-api

PDS web APIs specifications and user's manual
http://nasa-pds.github.io/pds-api
Other
5 stars 3 forks source link

As a user, I want to return application/json when an HTML response is requested until a refined HTML response is developed #238

Closed jordanpadams closed 1 year ago

jordanpadams commented 1 year ago

🧑‍🔬 User Persona(s)

💪 Motivation

Right now, we return JSON embedded into HTML, but that doesn't make sense right now. We should just return application/json and let the browser pretty print it for us.

📖 Additional Details

⚖️ Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

jordanpadams commented 1 year ago

duplicate NASA-PDS/registry-api#439