Coder Social home page Coder Social logo

rigoletto-api's Introduction

[DE]/[EN]

[TEMPLATE]

Quickstart

  • Add openAPI spec in German to openapi.yml
  • Add openAPI spec in English to openapi_en.yml (or remove openapi_en.yml )
  • Update index.html (insert the API-name in the title)
  • Update generator_config.yaml (Update all values surrounded with <>)
  • Update the url in CNAME once the api has its own subdomain
  • Replace the content of README.md with a German description of the API
  • Fill (or remove) README_en.md or add README-files in other languages.

Add Library to deutschland package

Fork the deutschland package:

  1. In the pyproject.toml of the deutschland-package add a entry in the dependency section. The values for <NAME> and <VERSION> must match with the values in generator_config.yaml For Example:

    de-`<NAME>` = {version= "^`<VERSION>`", optional = true}

  2. Under the [tool.poetry.extras] section add the following <NAME>` =["de-`<NAME>`"]

    Also add de-name in the all list:

    all = ["de-bundestag-lobbyregister","de-dip-bundestag","de-pegel-online","de-ausbildungssuche",
    "de-berufssprachkurssuche","de-coachingangebote","de-dip-bundestag","de-entgeltatlas",
    "de-hochwasserzentralen","de-pflanzenschutzmittelzulassung","de-studiensuche",
    "de-tagesschau", "de-weiterbildungssuche","de-feiertage",...,"de-`<NAME>`"]
  1. Add apis into test_imports.py

    from deutschland.<NAME>.apis import DefaultApi
    
  2. Open a merge request.

rigoletto-api's People

Contributors

lilithwittmann avatar t-huyeng avatar wirthual 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.