Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Dec 15, 2023
1 parent 6b14ec6 commit 0a7bf95
Show file tree
Hide file tree
Showing 119 changed files with 607 additions and 478 deletions.
14 changes: 7 additions & 7 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.9.0
- API version: 1.10.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -90,7 +90,7 @@ Class | Method | HTTP request | Description
*CertificationAPI* | [**GetCertification**](docs/CertificationAPI.md#getcertification) | **Get** /certifications/{certificationId} | Get details about a Certification
*CertificationAPI* | [**GetCertifications**](docs/CertificationAPI.md#getcertifications) | **Get** /certifications | Get a list of all Certifications independent of the Organization
*CertificationAPI* | [**GetCertificationsForOrganization**](docs/CertificationAPI.md#getcertificationsfororganization) | **Get** /organizations/{organizationId}/certifications | Get a list of all certifications for a organization
*CertificationAPI* | [**MoveCertification**](docs/CertificationAPI.md#movecertification) | **Put** /organizations/{organizationId}/certificates/{certificateId} | Move a Certification to an Organization
*CertificationAPI* | [**MoveCertification**](docs/CertificationAPI.md#movecertification) | **Put** /organizations/{organizationId}/certificates/{certificationId} | Move a Certification to an Organization
*CertificationAPI* | [**SearchCertifications**](docs/CertificationAPI.md#searchcertifications) | **Post** /certifications/search | Complex search over certification entities
*CertificationAPI* | [**UpdateCertification**](docs/CertificationAPI.md#updatecertification) | **Put** /certifications/{certificationId} | Update a Certification
*CertificationAPI* | [**UpdatePersonCertification**](docs/CertificationAPI.md#updatepersoncertification) | **Put** /persons/{personId}/certifications/{certificationId} | Update a Certification of a Person
Expand All @@ -117,7 +117,7 @@ Class | Method | HTTP request | Description
*LanguageAPI* | [**GetLanguages**](docs/LanguageAPI.md#getlanguages) | **Get** /languages | Get a list of Languages
*LanguageAPI* | [**RemoveLanguageFromCountry**](docs/LanguageAPI.md#removelanguagefromcountry) | **Delete** /countries/{countryId}/languages/{languageId} | Assign a language to a country
*LanguageAPI* | [**RemovePersonLanguage**](docs/LanguageAPI.md#removepersonlanguage) | **Delete** /persons/{personId}/languages/{languageId} | Remove a language from a person
*LanguageAPI* | [**UupdatePersonLanguage**](docs/LanguageAPI.md#uupdatepersonlanguage) | **Put** /persons/{personId}/languages/{languageId} | Update a language of a person
*LanguageAPI* | [**UpdatePersonLanguage**](docs/LanguageAPI.md#updatepersonlanguage) | **Put** /persons/{personId}/languages/{languageId} | Update a language of a person
*OfficeAPI* | [**AddPersonOffice**](docs/OfficeAPI.md#addpersonoffice) | **Post** /persons/{personId}/offices/{officeId} | Assign a person to an office
*OfficeAPI* | [**CreateOffice**](docs/OfficeAPI.md#createoffice) | **Post** /organizations/{organizationId}/offices | Create an Office in an Organization
*OfficeAPI* | [**DeleteOffice**](docs/OfficeAPI.md#deleteoffice) | **Delete** /organizations/{organizationId}/offices/{officeId} | Delete an Office from an Organization
Expand All @@ -141,7 +141,7 @@ Class | Method | HTTP request | Description
*OrganizationAPI* | [**GetOrganization**](docs/OrganizationAPI.md#getorganization) | **Get** /organizations/{organizationId} | Get details about an Organization
*OrganizationAPI* | [**GetOrganizationProjects**](docs/OrganizationAPI.md#getorganizationprojects) | **Get** /organizations/{organizationId}/projects | Get a list of all Projects for an Organization
*OrganizationAPI* | [**GetOrganizations**](docs/OrganizationAPI.md#getorganizations) | **Get** /organizations | Get a list of all Organizations
*OrganizationAPI* | [**MoveCertification**](docs/OrganizationAPI.md#movecertification) | **Put** /organizations/{organizationId}/certificates/{certificateId} | Move a Certification to an Organization
*OrganizationAPI* | [**MoveCertification**](docs/OrganizationAPI.md#movecertification) | **Put** /organizations/{organizationId}/certificates/{certificationId} | Move a Certification to an Organization
*OrganizationAPI* | [**RemoveExecutiveOrganizationFromProject**](docs/OrganizationAPI.md#removeexecutiveorganizationfromproject) | **Delete** /projects/{projectId}/executive-organizations/{organizationId} | Remove an Organization from a Project as executive organization
*OrganizationAPI* | [**RemoveOrganizationFromParentOrganization**](docs/OrganizationAPI.md#removeorganizationfromparentorganization) | **Delete** /organizations/{organizationId}/parents/{parentOrganizationId} | Detaches an Organization from parent Organization, return the parent Organization
*OrganizationAPI* | [**UpdateOffice**](docs/OrganizationAPI.md#updateoffice) | **Put** /organizations/{organizationId}/offices/{officeId} | Update an Office for an Organization
Expand Down Expand Up @@ -172,19 +172,19 @@ Class | Method | HTTP request | Description
*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
*PersonAPI* | [**ReadPersonProjectParticipation**](docs/PersonAPI.md#readpersonprojectparticipation) | **Get** /persons/{personId}/project-participation | Get a Project Partifipation of a Person
*PersonAPI* | [**ReadPersonProjectParticipation**](docs/PersonAPI.md#readpersonprojectparticipation) | **Get** /persons/{personId}/project-participation | Get a Project Participation of a Person
*PersonAPI* | [**ReadProjectParticipation**](docs/PersonAPI.md#readprojectparticipation) | **Get** /project-participations/{projectParticipationId} | Get a project participation
*PersonAPI* | [**RemovePersonLanguage**](docs/PersonAPI.md#removepersonlanguage) | **Delete** /persons/{personId}/languages/{languageId} | Remove a language from a person
*PersonAPI* | [**RemoveSkillConfirmation**](docs/PersonAPI.md#removeskillconfirmation) | **Delete** /project-participations/{projectParticipationId}/skills/{skillId}/confirmation/{confirmingPersonId} | Remove a confirmation
*PersonAPI* | [**SearchPersons**](docs/PersonAPI.md#searchpersons) | **Post** /persons/search | Complex search over person entities
*PersonAPI* | [**UpdateAvailability**](docs/PersonAPI.md#updateavailability) | **Put** /persons/{personId}/availabilities/{availabilityId} | Update a person availability
*PersonAPI* | [**UpdatePerson**](docs/PersonAPI.md#updateperson) | **Put** /persons/{personId} | Update an existing Person
*PersonAPI* | [**UpdatePersonCertification**](docs/PersonAPI.md#updatepersoncertification) | **Put** /persons/{personId}/certifications/{certificationId} | Update a Certification of a Person
*PersonAPI* | [**UpdatePersonLanguage**](docs/PersonAPI.md#updatepersonlanguage) | **Put** /persons/{personId}/languages/{languageId} | Update a language of a person
*PersonAPI* | [**UpdatePersonPicture**](docs/PersonAPI.md#updatepersonpicture) | **Put** /persons/{personId}/picture | Update person image
*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* | [**UpdateProjectParticipation**](docs/PersonAPI.md#updateprojectparticipation) | **Put** /project-participations/{projectParticipationId} | Update a Project of 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
Expand All @@ -208,7 +208,7 @@ Class | Method | HTTP request | Description
*ProjectAPI* | [**UpdateProject**](docs/ProjectAPI.md#updateproject) | **Put** /projects/{projectId} | Update a Project
*ProjectAPI* | [**UpdateProjectOrganization**](docs/ProjectAPI.md#updateprojectorganization) | **Put** /organizations/{organizationId}/projects/{projectId} | project is now point to the new organization
*ProjectAPI* | [**UpdateProjectParticipation**](docs/ProjectAPI.md#updateprojectparticipation) | **Put** /project-participations/{projectParticipationId} | Update a Project of a Person
*ProjectParticipationAPI* | [**ReadPersonProjectParticipation**](docs/ProjectParticipationAPI.md#readpersonprojectparticipation) | **Get** /persons/{personId}/project-participation | Get a Project Partifipation of a Person
*ProjectParticipationAPI* | [**ReadPersonProjectParticipation**](docs/ProjectParticipationAPI.md#readpersonprojectparticipation) | **Get** /persons/{personId}/project-participation | Get a Project Participation of a Person
*SearchAPI* | [**SearchAll**](docs/SearchAPI.md#searchall) | **Get** /search/all/{text} | Fulltext search on all kinds of objects
*SkillAPI* | [**AddPersonInterest**](docs/SkillAPI.md#addpersoninterest) | **Post** /persons/{personId}/interests/skills/{skillId} | Add an Interest to a Person
*SkillAPI* | [**AddPersonSkillExperience**](docs/SkillAPI.md#addpersonskillexperience) | **Post** /persons/{personId}/experiences/skills/{skillId} | Add an Skill experience to a Person
Expand Down
Loading

0 comments on commit 0a7bf95

Please sign in to comment.