Code Monkey home page Code Monkey logo

deepl-api-client's People

Contributors

hackenbacker avatar

Stargazers

 avatar

Watchers

 avatar

deepl-api-client's Issues

言語が増えたときの対応

TO BE

DeepLの対応言語が増えた場合、以下のコードを自動で更新したい。

  • SourceLang.swift
  • TargetLang.swift

AS IS

DeepLの対応言語が増えたことを通知メールなどで気が付き、手動でコードを更新している。

Problem

  1. DeepLの対応言語が増えたかどうか、定期的に確認しなければならない。
  2. コードの更新に取りかかるまでタイムラグが発生する恐れがある。
  3. 手動で作業すると更新漏れが発生する恐れがある。

Solution

(TBD)

ディレクトリ構造の改善

ディレクトリ構造をAPI単位に再構成する。

AS IS

DeepLAPI
├── DeepLAPI.swift
├── Formality.swift
├── Models
│   ├── LanguagesResponse.swift
│   ├── TranslateResponse.swift
│   └── UsageResponse.swift
├── SourceLang.swift
└── TargetLang.swift

TO BE

DeepLAPI
├── Translate
│   ├── SourceLang.swift
│   ├── TargetLang.swift
│   ├── Formality.swift
│   ├── TranslateResponse.swift
│   └── Translate.swift
├── Usage
│   ├── UsageResponse.swift
│   └── Usage.swift
├── Languages
│   ├── LanguagesResponse.swift
│   └── Languages.swift
└── DeepLAPI.swift

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.