Git Product home page Git Product logo

Comments (1)

danielabutano avatar danielabutano commented on May 26, 2024

The new WS template/precompute can be called only by super users and it implements the HTTP methods:

  • GET which return the precomputed status of the template passed in input with the paramter name, or the status of all the templates (if the name is not specidified) owned by the super user
    http://localhost:8080/biotestmine/service/template/precompute?token={super_user_token}" {templates: {"Gene_Protein":"false","All_Proteins_In_Organism_To_Publications":"true","TestTemplate":"false","Proteins in a dataset":"false","Organism_Protein":"false","Chromosomes":"true"} ,"executionTime":"2021.12.01 11:04::27","wasSuccessful":true,"error":null,"statusCode":200}
  • POST where the name is mandatory. It precomputes the template passed in input
    curl -X POST "http://localhost:8080/biotestmine/service/template/precompute?name=Gene_Protein&format=json&token={super_user_token}" {templates: {"Gene_Protein":"true"} ,"executionTime":"2021.12.01 14:35::55","wasSuccessful":true,"error":null,"statusCode":200}
    status code 403 for non authenticated user or authenticathed user who are not super user

from intermine.

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.