Giter VIP home page Giter VIP logo

Comments (6)

northwestwitch avatar northwestwitch commented on July 29, 2024 1

The endpoints should accept json and return json, it is the standard format used for data in web API:s. Consuming the Chanjo API would be a lot easier if all of the endpoints accepted and returned valid json.

That's how I had it in the beginning. But then after integrating with scout we (me and people in Lund) realised that to be able to integrate well and to be able to modify reports on the fly from the HTML page of the report then it has to accept a form. See also:
Clinical-Genomics/scout#4539

from chanjo2.

northwestwitch avatar northwestwitch commented on July 29, 2024 1

But of course one can have 2 endpoints, one that accepts form data and one that accepts json!

from chanjo2.

northwestwitch avatar northwestwitch commented on July 29, 2024 1

That would be a single endpoint still. However, the response would be formatted based on the provided header.

Yeah I know, that's why I opened this issue. Currently we don't have any use to an endpoint that accepts json, so I was thinking to only accept form data. Haven't had time to work on this yet

from chanjo2.

seallard avatar seallard commented on July 29, 2024

The endpoints should accept json and return json, it is the standard format used for data in web API:s. Consuming the Chanjo API would be a lot easier if all of the endpoints accepted and returned valid json.

from chanjo2.

seallard avatar seallard commented on July 29, 2024

It would be nice to support both formats then! Usually the client sending the request specifies in the header which data format it wants (for example Accept: application/json or Accept: application/xml)

from chanjo2.

seallard avatar seallard commented on July 29, 2024

That would be a single endpoint still. However, the response would be formatted based on the provided header.

from chanjo2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.