GithubHelp home page GithubHelp logo

arrahtech / osdq-web Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 9.0 2.11 MB

The web version of osDQ

License: GNU Lesser General Public License v2.1

Java 15.28% CSS 3.08% HTML 0.17% JavaScript 81.47%
data-quality war

osdq-web's People

Contributors

arrah avatar arun-y avatar dependabot[bot] avatar rordercart avatar vivek36 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

osdq-web's Issues

duplicate @Consumes(MediaType.APPLICATION_OCTET_STREAM)

In below @consumes appear twice, causing compilation error

    @GET
    @Path("/data_dictionary/")
    @ApiOperation(value = "Service to store data dictionary of a database in PDF format", httpMethod = "GET", responseClass = "com.org.arrah.framework.DataDictionary")
    @ApiErrors({ @ApiError(code = 200, reason = "OK"),
            @ApiError(code = 204, reason = "No Content"),
            @ApiError(code = 400, reason = "Bad Request"),
            @ApiError(code = 403, reason = "Forbidden"),
            @ApiError(code = 404, reason = "Data Not Found"),
            @ApiError(code = 408, reason = "Request Timeout"),
            @ApiError(code = 500, reason = "Internal Server Error"),
            @ApiError(code = 502, reason = "Bad Gateway"),
            @ApiError(code = 503, reason = "Service Unavailable") })
    @Consumes(MediaType.APPLICATION_FORM_URLENCODED)
    public Response dictionaryPDF(@Context HttpServletResponse servletResponse)
            {
        try{
        DataDictionaryData tableload_data = null;
        DataDictionary dataDictionary = new DataDictionary(cookieValue,
                servletResponse.getOutputStream());

Using Swagger 2.0 specification

Swagger 1.5 supports latest 2.0 specification. Since we are starting now, we can start with latest version and improvement. Currently we are using swagger 1.2.1

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.