Git Product home page Git Product logo

fs-uploader's Introduction

api-collap-fs-uploader

Build Status Quality Gate

This module makes it easy to upload new or updated api swagger spec to api portal.

Prerequisites

  • Java 8
  • Maven
  • Git

Mandatory custom property in Swagger/OpenAPI spec

Every API spec must be linked to an existing application. For the uploader module to upload API spec under specific application, a custom property x-app-id must be made available under info section of spec to be uploaded. Refer to sample snippet below:

openapi: "3.0.0"
info:
  version: 1.0.0
  title: API Collab - Server
  x-app-id: 1 # Custom property for application id
  license:
    name: MIT
  ....
  ....

To know more about custom attributes in swagger spec, refer to OpenAPI extensions

Running tests locally

mvn clean package

Deploy

java -jar target\fs-uploader.jar

Configuration

File upload directory

${java.io.tmpdir}/api_input folder is scanned for changes by default. This can be changed with upload.baseDir command line argument.

Api portal base url

Default portal base url is http://localhost:8080. This can be changed with upload.portal.protocol, upload.portal.host, upload.portal.port command line arguments.

java -jar target\fs-uploader \
    --upload.baseDir=F:\\dev\\api_upload_dir \
    --upload.portal.protocol=https \
    --upload.portal.host=apiportal.com \
    --upload.portal.port=8443

fs-uploader's People

Contributors

sudhirtumati avatar

Watchers

Nicolas Crawley avatar

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.