Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Jun 6, 2023
1 parent 1f4348c commit 53c9912
Show file tree
Hide file tree
Showing 131 changed files with 2,908 additions and 122 deletions.
10 changes: 10 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ api_language.go
api_office.go
api_organization.go
api_person.go
api_profile.go
api_project.go
api_search.go
api_skill.go
Expand Down Expand Up @@ -76,6 +77,8 @@ docs/PagedOrganizations.md
docs/PagedOrganizationsAllOf.md
docs/PagedPersons.md
docs/PagedPersonsAllOf.md
docs/PagedProfiles.md
docs/PagedProfilesAllOf.md
docs/PagedProjectParticipations.md
docs/PagedProjectParticipationsAllOf.md
docs/PagedProjects.md
Expand All @@ -98,6 +101,9 @@ docs/PersonScoreDetail.md
docs/PersonSearch.md
docs/PersonSkillFilter.md
docs/PersonSkillFilterAllOf.md
docs/Profile.md
docs/ProfileApi.md
docs/ProfileDetails.md
docs/Project.md
docs/ProjectAllOf.md
docs/ProjectApi.md
Expand Down Expand Up @@ -183,6 +189,8 @@ model_paged_organizations.go
model_paged_organizations_all_of.go
model_paged_persons.go
model_paged_persons_all_of.go
model_paged_profiles.go
model_paged_profiles_all_of.go
model_paged_project_participations.go
model_paged_project_participations_all_of.go
model_paged_projects.go
Expand All @@ -204,6 +212,8 @@ model_person_score_detail.go
model_person_search.go
model_person_skill_filter.go
model_person_skill_filter_all_of.go
model_profile.go
model_profile_details.go
model_project.go
model_project_all_of.go
model_project_details.go
Expand Down
17 changes: 15 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.19
- API version: 1.4.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -145,6 +145,7 @@ Class | Method | HTTP request | Description
*PersonApi* | [**AddPersonInterest**](docs/PersonApi.md#addpersoninterest) | **Post** /persons/{personId}/interests/skills/{skillId} | Add an Interest to a Person
*PersonApi* | [**AddPersonLanguage**](docs/PersonApi.md#addpersonlanguage) | **Post** /persons/{personId}/languages/{languageId} | Assign a language to the person
*PersonApi* | [**AddPersonOffice**](docs/PersonApi.md#addpersonoffice) | **Post** /persons/{personId}/offices/{officeId} | Assing a person to an office
*PersonApi* | [**AddPersonProfile**](docs/PersonApi.md#addpersonprofile) | **Post** /persons/{personId}/profiles/{profileId} | Add a Profile to a Person
*PersonApi* | [**AddPersonProject**](docs/PersonApi.md#addpersonproject) | **Post** /persons/{personId}/projects/{projectId} | Add Project to a Person
*PersonApi* | [**AddPersonProjectSkill**](docs/PersonApi.md#addpersonprojectskill) | **Post** /persons/{personId}/projects/{projectId}/skills/{skillId} | Add Skill to a Project participation
*PersonApi* | [**AddPersonSkillExperience**](docs/PersonApi.md#addpersonskillexperience) | **Post** /persons/{personId}/experiences/skills/{skillId} | Add an Skill experience to a Person
Expand All @@ -158,11 +159,12 @@ Class | Method | HTTP request | Description
*PersonApi* | [**DeletePersonCertification**](docs/PersonApi.md#deletepersoncertification) | **Delete** /persons/{personId}/certifications/{certificationId} | Remove an Interest to a Person
*PersonApi* | [**DeletePersonInterest**](docs/PersonApi.md#deletepersoninterest) | **Delete** /persons/{personId}/interests/skills/{skillId} | Remove an Interest to a Person
*PersonApi* | [**DeletePersonOffice**](docs/PersonApi.md#deletepersonoffice) | **Delete** /persons/{personId}/offices/{officeId} | Delete the office from a Person
*PersonApi* | [**DeletePersonProfile**](docs/PersonApi.md#deletepersonprofile) | **Delete** /persons/{personId}/profiles/{profileId} | Remove a Profile from a Person
*PersonApi* | [**DeletePersonProject**](docs/PersonApi.md#deletepersonproject) | **Delete** /persons/{personId}/projects/{projectId} | Remove an Project from a Person
*PersonApi* | [**DeletePersonProjectSkill**](docs/PersonApi.md#deletepersonprojectskill) | **Delete** /persons/{personId}/projects/{projectId}/skills/{skillId} | Remove a Skill from a Project participation
*PersonApi* | [**DeletePersonSkillExperience**](docs/PersonApi.md#deletepersonskillexperience) | **Delete** /persons/{personId}/experiences/skills/{skillId} | Remove an Skill Experience to a Person
*PersonApi* | [**DeletePersonSkillExperiences**](docs/PersonApi.md#deletepersonskillexperiences) | **Delete** /persons/{personId}/experiences | Remove an Skill Experience to a Person
*PersonApi* | [**GeneratePersonProfile**](docs/PersonApi.md#generatepersonprofile) | **Get** /persons/{personId}/profile | Generate a PDF profile from a Person
*PersonApi* | [**GeneratePersonProfile**](docs/PersonApi.md#generatepersonprofile) | **Get** /persons/{personId}/pdf-profile | Generate a PDF profile from a Person
*PersonApi* | [**GetAvailabilities**](docs/PersonApi.md#getavailabilities) | **Get** /persons/{personId}/availabilities | Get a list of all activities for a person
*PersonApi* | [**GetPerson**](docs/PersonApi.md#getperson) | **Get** /persons/{personId} | Get basic info about a person
*PersonApi* | [**ReadPersonPicture**](docs/PersonApi.md#readpersonpicture) | **Get** /persons/{personId}/picture | Read person image
Expand All @@ -177,6 +179,13 @@ Class | Method | HTTP request | Description
*PersonApi* | [**UpdatePersonSkillExperience**](docs/PersonApi.md#updatepersonskillexperience) | **Put** /persons/{personId}/experiences/skills/{skillId} | Edit an Skill experience to a Person
*PersonApi* | [**UpdatePersonSkillExperiences**](docs/PersonApi.md#updatepersonskillexperiences) | **Put** /persons/{personId}/experiences | Edit an Skill experience to a Person
*PersonApi* | [**UupdatePersonLanguage**](docs/PersonApi.md#uupdatepersonlanguage) | **Put** /persons/{personId}/languages/{languageId} | Update a language of a person
*ProfileApi* | [**AddPersonProfile**](docs/ProfileApi.md#addpersonprofile) | **Post** /persons/{personId}/profiles/{profileId} | Add a Profile to a Person
*ProfileApi* | [**CreateProfile**](docs/ProfileApi.md#createprofile) | **Post** /profiles | Create a new Profile
*ProfileApi* | [**DeletePersonProfile**](docs/ProfileApi.md#deletepersonprofile) | **Delete** /persons/{personId}/profiles/{profileId} | Remove a Profile from a Person
*ProfileApi* | [**DeleteProfile**](docs/ProfileApi.md#deleteprofile) | **Delete** /profiles/{profileId} | Delete a Profile
*ProfileApi* | [**GetProfile**](docs/ProfileApi.md#getprofile) | **Get** /profiles/{profileId} | Get details about a Profile
*ProfileApi* | [**GetProfiles**](docs/ProfileApi.md#getprofiles) | **Get** /profiles | Get all Profiles
*ProfileApi* | [**UpdateProfile**](docs/ProfileApi.md#updateprofile) | **Put** /profiles/{profileId} | Update a Profile
*ProjectApi* | [**AddPersonProject**](docs/ProjectApi.md#addpersonproject) | **Post** /persons/{personId}/projects/{projectId} | Add Project to a Person
*ProjectApi* | [**AddPersonProjectSkill**](docs/ProjectApi.md#addpersonprojectskill) | **Post** /persons/{personId}/projects/{projectId}/skills/{skillId} | Add Skill to a Project participation
*ProjectApi* | [**ConfirmSkill**](docs/ProjectApi.md#confirmskill) | **Post** /persons/{personId}/projects/{projectId}/skills/{skillId}/confirmation/{confirmingPersonId} | Confirm Skill
Expand Down Expand Up @@ -278,6 +287,8 @@ Class | Method | HTTP request | Description
- [PagedOrganizationsAllOf](docs/PagedOrganizationsAllOf.md)
- [PagedPersons](docs/PagedPersons.md)
- [PagedPersonsAllOf](docs/PagedPersonsAllOf.md)
- [PagedProfiles](docs/PagedProfiles.md)
- [PagedProfilesAllOf](docs/PagedProfilesAllOf.md)
- [PagedProjectParticipations](docs/PagedProjectParticipations.md)
- [PagedProjectParticipationsAllOf](docs/PagedProjectParticipationsAllOf.md)
- [PagedProjects](docs/PagedProjects.md)
Expand All @@ -299,6 +310,8 @@ Class | Method | HTTP request | Description
- [PersonSearch](docs/PersonSearch.md)
- [PersonSkillFilter](docs/PersonSkillFilter.md)
- [PersonSkillFilterAllOf](docs/PersonSkillFilterAllOf.md)
- [Profile](docs/Profile.md)
- [ProfileDetails](docs/ProfileDetails.md)
- [Project](docs/Project.md)
- [ProjectAllOf](docs/ProjectAllOf.md)
- [ProjectDetails](docs/ProjectDetails.md)
Expand Down
Loading

0 comments on commit 53c9912

Please sign in to comment.