-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
638cebe
commit 7b41f8c
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# frozen_string_literal: true | ||
=begin | ||
#Passage Management API | ||
# #Passage Management API | ||
# | ||
# Passage's management API to manage your Passage apps and users. | ||
# | ||
# The version of the OpenAPI document: 1 | ||
# Contact: [email protected] | ||
# Generated by: https://openapi-generator.tech | ||
# OpenAPI Generator version: 7.1.0 | ||
# | ||
#Passage's management API to manage your Passage apps and users. | ||
The version of the OpenAPI document: 1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 7.1.0 | ||
=end | ||
|
||
# Common files | ||
require_relative 'openapi_client/api_client' | ||
|