Building Your Domain Gateway With OpenAPI

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Design Patterns

    Design patterns implemented in Java

  • A domain gateway is a private case of the api gateway pattern. The repository java-design-patterns refers to the gateway pattern as:

  • Retrofit

    A type-safe HTTP client for Android and the JVM

  • Retrofit

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

  • Note: we're including the ApiClient.kt, OAuth.kt, and OAuthOkHttpClient.kt as currently there is a bug in the generator. This bug doesn't allow generating Retrofit clients with Jackson as the serialization library. I have opened a pull request for the fix on the OpenApi generator's repository. If the pull request was merged, you can remove the exclude part from your project.

  • domain-gateway-demo

    The source code for the article posted in https://yonatankarp.com

  • All code examples in this article are available in my GitHub account at this repository: https://github.com/yonatankarp/domain-gateway-demo

  • Spring Boot

    Spring Boot

  • Spring Boot - At the time of writing this article, SpringBoot 3 is still not supported by the OpenAPI generator. Thus we will use the latest Spring Boot 2

  • kotlin

    The Kotlin Programming Language.

  • Kotlin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts