Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 27, 2024
1 parent f2aa52f commit c9bff8e
Show file tree
Hide file tree
Showing 146 changed files with 4,708 additions and 6,831 deletions.
21 changes: 21 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ README.md
api/openapi.yaml
api_availability.go
api_certification.go
api_countries.go
api_country.go
api_industries.go
api_industry.go
api_language.go
api_languages.go
api_office.go
api_offices.go
api_organization.go
api_person.go
api_profile.go
api_profiles.go
api_project.go
api_project_participation.go
api_search.go
Expand All @@ -31,6 +36,7 @@ docs/CertificationAPI.md
docs/CertificationDetails.md
docs/CertificationSearch.md
docs/Confidentiality.md
docs/CountriesAPI.md
docs/Country.md
docs/CountryAPI.md
docs/CountryDetails.md
Expand All @@ -40,13 +46,15 @@ docs/Experience.md
docs/ExperienceSkill.md
docs/ExperienceSkillGroup.md
docs/Geolocation.md
docs/IndustriesAPI.md
docs/Industry.md
docs/IndustryAPI.md
docs/IndustryDetails.md
docs/Language.md
docs/LanguageAPI.md
docs/LanguageDetails.md
docs/LanguageLevel.md
docs/LanguagesAPI.md
docs/Level.md
docs/Linkable.md
docs/Locateable.md
Expand All @@ -56,6 +64,8 @@ docs/Nameable.md
docs/NamedDomainModel.md
docs/Office.md
docs/OfficeAPI.md
docs/OfficeSearch.md
docs/OfficesAPI.md
docs/Organization.md
docs/OrganizationAPI.md
docs/OrganizationDetails.md
Expand Down Expand Up @@ -83,6 +93,7 @@ docs/PersonSkillFilter.md
docs/Profile.md
docs/ProfileAPI.md
docs/ProfileDetails.md
docs/ProfilesAPI.md
docs/Project.md
docs/ProjectAPI.md
docs/ProjectDetails.md
Expand All @@ -97,6 +108,7 @@ docs/ProjectSearch.md
docs/ProjectStatus.md
docs/ProjectType.md
docs/ScoreResult.md
docs/Search.md
docs/SearchAPI.md
docs/SearchResult.md
docs/SearchResultItem.md
Expand All @@ -109,6 +121,7 @@ docs/SkillLevel.md
docs/SkillLevelUpdate.md
docs/SkillLink.md
docs/SkillLinkUpdate.md
docs/SkillSearch.md
docs/Status.md
docs/StatusAPI.md
docs/Suggestable.md
Expand Down Expand Up @@ -149,6 +162,7 @@ model_min_max_percent.go
model_nameable.go
model_named_domain_model.go
model_office.go
model_office_search.go
model_organization.go
model_organization_details.go
model_page.go
Expand Down Expand Up @@ -185,6 +199,7 @@ model_project_search.go
model_project_status.go
model_project_type.go
model_score_result.go
model_search.go
model_search_result.go
model_search_result_item.go
model_seniority.go
Expand All @@ -195,6 +210,7 @@ model_skill_level.go
model_skill_level_update.go
model_skill_link.go
model_skill_link_update.go
model_skill_search.go
model_status.go
model_suggestable.go
model_synonymable.go
Expand All @@ -203,13 +219,18 @@ model_version.go
response.go
test/api_availability_test.go
test/api_certification_test.go
test/api_countries_test.go
test/api_country_test.go
test/api_industries_test.go
test/api_industry_test.go
test/api_language_test.go
test/api_languages_test.go
test/api_office_test.go
test/api_offices_test.go
test/api_organization_test.go
test/api_person_test.go
test/api_profile_test.go
test/api_profiles_test.go
test/api_project_participation_test.go
test/api_project_test.go
test/api_search_test.go
Expand Down
61 changes: 26 additions & 35 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit c9bff8e

Please sign in to comment.