Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Apr 14, 2023
1 parent e74ea05 commit 5a66017
Show file tree
Hide file tree
Showing 121 changed files with 760 additions and 125 deletions.
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ docs/Descriptable.md
docs/EntityFilter.md
docs/Error.md
docs/Experience.md
docs/ExperienceSkill.md
docs/ExperienceSkillAllOf.md
docs/ExperienceSkillGroup.md
docs/Geolocation.md
docs/Industry.md
docs/IndustryApi.md
Expand Down Expand Up @@ -143,6 +146,9 @@ model_descriptable.go
model_entity_filter.go
model_error.go
model_experience.go
model_experience_skill.go
model_experience_skill_all_of.go
model_experience_skill_group.go
model_geolocation.go
model_industry.go
model_industry_details.go
Expand Down
5 changes: 4 additions & 1 deletion 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.16
- API version: 1.3.17
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -242,6 +242,9 @@ Class | Method | HTTP request | Description
- [EntityFilter](docs/EntityFilter.md)
- [Error](docs/Error.md)
- [Experience](docs/Experience.md)
- [ExperienceSkill](docs/ExperienceSkill.md)
- [ExperienceSkillAllOf](docs/ExperienceSkillAllOf.md)
- [ExperienceSkillGroup](docs/ExperienceSkillGroup.md)
- [Geolocation](docs/Geolocation.md)
- [Industry](docs/Industry.md)
- [IndustryDetails](docs/IndustryDetails.md)
Expand Down
29 changes: 27 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.16
version: 1.3.17
servers:
- url: http://localhost:8080/api/v1
- url: https://dev-yasm.prodyna.com/api/v1
Expand Down Expand Up @@ -1329,6 +1329,7 @@ paths:
- all
- root
- kind
- group
example: all
type: string
style: form
Expand Down Expand Up @@ -3862,7 +3863,7 @@ components:
type: array
skillGroups:
items:
$ref: '#/components/schemas/SkillGroup'
$ref: '#/components/schemas/ExperienceSkillGroup'
type: array
objectType:
type: string
Expand Down Expand Up @@ -4158,6 +4159,10 @@ components:
- ACTIVE
- DONE
type: string
ExperienceSkill:
allOf:
- $ref: '#/components/schemas/Skill'
- $ref: '#/components/schemas/ExperienceSkill_allOf'
Skill:
allOf:
- $ref: '#/components/schemas/NamedDomainModel'
Expand All @@ -4166,6 +4171,19 @@ components:
- $ref: '#/components/schemas/Synonymable'
- $ref: '#/components/schemas/Descriptable'
- $ref: '#/components/schemas/Skill_allOf'
ExperienceSkillGroup:
example:
skills:
- null
- null
group: null
properties:
group:
$ref: '#/components/schemas/Skill'
skills:
items:
$ref: '#/components/schemas/ExperienceSkill'
type: array
SkillGroup:
example:
skills:
Expand Down Expand Up @@ -4559,6 +4577,13 @@ components:
- project
type: object
example: null
ExperienceSkill_allOf:
properties:
experienceInMonth:
default: 0
type: integer
type: object
example: null
Skill_allOf:
properties:
invest:
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.

2 changes: 1 addition & 1 deletion configuration.go

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

56 changes: 56 additions & 0 deletions docs/ExperienceSkill.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# ExperienceSkill

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ExperienceInMonth** | Pointer to **int32** | | [optional] [default to 0]

## Methods

### NewExperienceSkill

`func NewExperienceSkill() *ExperienceSkill`

NewExperienceSkill instantiates a new ExperienceSkill object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed

### NewExperienceSkillWithDefaults

`func NewExperienceSkillWithDefaults() *ExperienceSkill`

NewExperienceSkillWithDefaults instantiates a new ExperienceSkill object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetExperienceInMonth

`func (o *ExperienceSkill) GetExperienceInMonth() int32`

GetExperienceInMonth returns the ExperienceInMonth field if non-nil, zero value otherwise.

### GetExperienceInMonthOk

`func (o *ExperienceSkill) GetExperienceInMonthOk() (*int32, bool)`

GetExperienceInMonthOk returns a tuple with the ExperienceInMonth field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetExperienceInMonth

`func (o *ExperienceSkill) SetExperienceInMonth(v int32)`

SetExperienceInMonth sets ExperienceInMonth field to given value.

### HasExperienceInMonth

`func (o *ExperienceSkill) HasExperienceInMonth() bool`

HasExperienceInMonth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


56 changes: 56 additions & 0 deletions docs/ExperienceSkillAllOf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# ExperienceSkillAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ExperienceInMonth** | Pointer to **int32** | | [optional] [default to 0]

## Methods

### NewExperienceSkillAllOf

`func NewExperienceSkillAllOf() *ExperienceSkillAllOf`

NewExperienceSkillAllOf instantiates a new ExperienceSkillAllOf object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed

### NewExperienceSkillAllOfWithDefaults

`func NewExperienceSkillAllOfWithDefaults() *ExperienceSkillAllOf`

NewExperienceSkillAllOfWithDefaults instantiates a new ExperienceSkillAllOf object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetExperienceInMonth

`func (o *ExperienceSkillAllOf) GetExperienceInMonth() int32`

GetExperienceInMonth returns the ExperienceInMonth field if non-nil, zero value otherwise.

### GetExperienceInMonthOk

`func (o *ExperienceSkillAllOf) GetExperienceInMonthOk() (*int32, bool)`

GetExperienceInMonthOk returns a tuple with the ExperienceInMonth field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetExperienceInMonth

`func (o *ExperienceSkillAllOf) SetExperienceInMonth(v int32)`

SetExperienceInMonth sets ExperienceInMonth field to given value.

### HasExperienceInMonth

`func (o *ExperienceSkillAllOf) HasExperienceInMonth() bool`

HasExperienceInMonth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 5a66017

Please sign in to comment.