Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Nov 23, 2022
1 parent 242f599 commit 6d27277
Show file tree
Hide file tree
Showing 121 changed files with 132 additions and 125 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is an example of using OAuth2 Implicit Flow in a specification to describe
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.3.8
- API version: 1.3.9
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -74,7 +74,7 @@ ctx = context.WithValue(context.Background(), client.ContextOperationServerVaria

## Documentation for API Endpoints

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
11 changes: 9 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ info:
description: This is an example of using OAuth2 Implicit Flow in a specification
to describe security to your API.
title: YASM (Yet Another Skill Management) API
version: 1.3.8
version: 1.3.9
servers:
- url: http://localhost/api/v1
- url: http://localhost:8080/api/v1
- url: https://dev-yasm.prodyna.com/api/v1
- url: https://staging-yasm.prodyna.com/api/v1
- url: https://yasm.prodyna.com/api/v1
Expand Down Expand Up @@ -4206,6 +4206,13 @@ components:
type: object
EntityFilter:
discriminator:
mapping:
EntityFilter: EntityFilter
PersonSkillFilter: PersonSkillFilter
PersonProjectFilter: PersonProjectFilter
PersonOrganizationFilter: PersonOrganizationFilter
PersonIndustryFilter: PersonIndustryFilter
PersonCertificationFilter: PersonCertificationFilter
propertyName: objectType
example:
id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand Down
2 changes: 1 addition & 1 deletion api_availability.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_certification.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_country.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_industry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_language.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_office.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_organization.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_person.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_project.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_search.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_skill.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/AvailabilityApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \AvailabilityApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/CertificationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \CertificationApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/CountryApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \CountryApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/IndustryApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \IndustryApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/LanguageApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \LanguageApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/OfficeApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \OfficeApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/OrganizationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \OrganizationApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/PersonApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \PersonApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/ProjectApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \ProjectApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/SearchApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \SearchApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/SkillApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \SkillApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/StatusApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \StatusApi

All URIs are relative to *http://localhost/api/v1*
All URIs are relative to *http://localhost:8080/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion model_availability.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_availability_all_of.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_availability_detail.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_availability_filter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_basic_domain_model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_certification.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_certification_all_of.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_certification_details.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_country.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_country_all_of.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_country_details.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_descriptable.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d27277

Please sign in to comment.