Skip to content

Commit

Permalink
feat: bring in wired and wireless get and post endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Sep 11, 2024
1 parent bb499b2 commit fc959ab
Show file tree
Hide file tree
Showing 28 changed files with 3,118 additions and 485 deletions.
16 changes: 8 additions & 8 deletions pkg/config-api-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ docs/GroupsGetItem.md
docs/GroupsGetResponse.md
docs/GroupsPostRequest.md
docs/GroupsPostResponse.md
docs/LivenessResponse.md
docs/PaginationDetails.md
docs/ReadinessErrorResponse.md
docs/ReadinessResponse.md
docs/SensorGroupAssignment.md
docs/SensorGroupAssignmentsResponse.md
docs/StatusResponse.md
docs/WiredNetwork.md
docs/WiredNetworksResponse.md
docs/WirelessNetwork.md
docs/WirelessNetworksResponse.md
go.mod
go.sum
model_error_detail.go
Expand All @@ -25,12 +25,12 @@ model_groups_get_item.go
model_groups_get_response.go
model_groups_post_request.go
model_groups_post_response.go
model_liveness_response.go
model_pagination_details.go
model_readiness_error_response.go
model_readiness_response.go
model_sensor_group_assignment.go
model_sensor_group_assignments_response.go
model_status_response.go
model_wired_network.go
model_wired_networks_response.go
model_wireless_network.go
model_wireless_networks_response.go
response.go
utils.go
15 changes: 7 additions & 8 deletions pkg/config-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Nice description goes here
## 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.5.0
- API version: 1.9.0
- Package version: 1.0.0
- Generator version: 7.8.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down Expand Up @@ -80,9 +80,8 @@ All URIs are relative to *https://api.capenetworks.com*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ConfigurationAPI* | [**GetConfigurationAppV1SensorGroupAssignmentsGet**](docs/ConfigurationAPI.md#getconfigurationappv1sensorgroupassignmentsget) | **Get** /configuration/app/v1/sensor-group-assignments | Get
*ConfigurationAPI* | [**GetLivezHealthLivezGet**](docs/ConfigurationAPI.md#getlivezhealthlivezget) | **Get** /health/livez | Live health check
*ConfigurationAPI* | [**GetReadyzHealthReadyzGet**](docs/ConfigurationAPI.md#getreadyzhealthreadyzget) | **Get** /health/readyz | Ready health check
*ConfigurationAPI* | [**GetStatusHealthStatusGet**](docs/ConfigurationAPI.md#getstatushealthstatusget) | **Get** /health/status | Service stats endpoint
*ConfigurationAPI* | [**GetConfigurationAppV1WiredNetworksGet**](docs/ConfigurationAPI.md#getconfigurationappv1wirednetworksget) | **Get** /configuration/app/v1/wired-networks | Get
*ConfigurationAPI* | [**GetConfigurationAppV1WirelessNetworksGet**](docs/ConfigurationAPI.md#getconfigurationappv1wirelessnetworksget) | **Get** /configuration/app/v1/wireless-networks | Get
*ConfigurationAPI* | [**GroupsGetConfigurationAppV1GroupsGet**](docs/ConfigurationAPI.md#groupsgetconfigurationappv1groupsget) | **Get** /configuration/app/v1/groups | Groups Get
*ConfigurationAPI* | [**GroupsPostConfigurationAppV1GroupsPost**](docs/ConfigurationAPI.md#groupspostconfigurationappv1groupspost) | **Post** /configuration/app/v1/groups | Groups Post

Expand All @@ -95,13 +94,13 @@ Class | Method | HTTP request | Description
- [GroupsGetResponse](docs/GroupsGetResponse.md)
- [GroupsPostRequest](docs/GroupsPostRequest.md)
- [GroupsPostResponse](docs/GroupsPostResponse.md)
- [LivenessResponse](docs/LivenessResponse.md)
- [PaginationDetails](docs/PaginationDetails.md)
- [ReadinessErrorResponse](docs/ReadinessErrorResponse.md)
- [ReadinessResponse](docs/ReadinessResponse.md)
- [SensorGroupAssignment](docs/SensorGroupAssignment.md)
- [SensorGroupAssignmentsResponse](docs/SensorGroupAssignmentsResponse.md)
- [StatusResponse](docs/StatusResponse.md)
- [WiredNetwork](docs/WiredNetwork.md)
- [WiredNetworksResponse](docs/WiredNetworksResponse.md)
- [WirelessNetwork](docs/WirelessNetwork.md)
- [WirelessNetworksResponse](docs/WirelessNetworksResponse.md)


## Documentation For Authorization
Expand Down
Loading

0 comments on commit fc959ab

Please sign in to comment.