modulepackage
0.1.0
Repository: https://github.com/devcyclehq/go-mgmt-sdk.git
Documentation: pkg.go.dev
# README
Go API for DevCycle Management Api
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
Overview
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen
Installation
Put the package under your project folder and add the following in import:
import "./swagger"
Documentation for API Endpoints
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
CustomPropertiesApi | CustomPropertiesControllerCreate | Post /v1/projects/{project}/customProperties | Create Custom Property |
CustomPropertiesApi | CustomPropertiesControllerFindAll | Get /v1/projects/{project}/customProperties | List Custom Properties |
EnvironmentsApi | EnvironmentsControllerCreate | Post /v1/projects/{project}/environments | Create Environment |
EnvironmentsApi | EnvironmentsControllerFindAll | Get /v1/projects/{project}/environments | List Environments |
EnvironmentsApi | EnvironmentsControllerFindOne | Get /v1/projects/{project}/environments/{key} | Get an Environment |
EnvironmentsApi | EnvironmentsControllerRemove | Delete /v1/projects/{project}/environments/{key} | Delete an Environment |
EnvironmentsApi | EnvironmentsControllerUpdate | Patch /v1/projects/{project}/environments/{key} | Update an Environment |
FeaturesApi | FeatureConfigsControllerFindAll | Get /v1/projects/{project}/features/{feature}/configurations | List Feature configurations |
FeaturesApi | FeatureConfigsControllerUpdate | Patch /v1/projects/{project}/features/{feature}/configurations | Update a Feature configuration |
FeaturesApi | FeaturesControllerCreate | Post /v1/projects/{project}/features | Create Feature |
FeaturesApi | FeaturesControllerFindAll | Get /v1/projects/{project}/features | List Features |
FeaturesApi | FeaturesControllerFindOne | Get /v1/projects/{project}/features/{key} | Get a Feature |
FeaturesApi | FeaturesControllerRemove | Delete /v1/projects/{project}/features/{key} | Delete a Feature |
FeaturesApi | FeaturesControllerUpdate | Patch /v1/projects/{project}/features/{key} | Update a Feature |
FeaturesApi | JiraFeaturesControllerCreate | Post /v1/projects/{project}/features/{key}/integrations/jira/issues | Link feature to Jira issue |
FeaturesApi | JiraFeaturesControllerFindAll | Get /v1/projects/{project}/features/{key}/integrations/jira/issues | List linked Jira Issues |
FeaturesApi | JiraFeaturesControllerRemove | Delete /v1/projects/{project}/features/{key}/integrations/jira/issues/{issue_id} | Unlink feature from Jira issue |
JiraIntegrationApi | JiraFeaturesControllerCreate | Post /v1/projects/{project}/features/{key}/integrations/jira/issues | Link feature to Jira issue |
JiraIntegrationApi | JiraFeaturesControllerFindAll | Get /v1/projects/{project}/features/{key}/integrations/jira/issues | List linked Jira Issues |
JiraIntegrationApi | JiraFeaturesControllerRemove | Delete /v1/projects/{project}/features/{key}/integrations/jira/issues/{issue_id} | Unlink feature from Jira issue |
ProjectsApi | ProjectsControllerCreate | Post /v1/projects | Create Project |
ProjectsApi | ProjectsControllerFindAll | Get /v1/projects | List Projects |
ProjectsApi | ProjectsControllerFindOne | Get /v1/projects/{key} | Get a Project |
ProjectsApi | ProjectsControllerRemove | Delete /v1/projects/{key} | Delete a Project |
ProjectsApi | ProjectsControllerUpdate | Patch /v1/projects/{key} | Update a Project |
ResultsApi | ResultsControllerGetEvaluationsPerHourByFeature | Get /v1/projects/{project}/features/{feature}/results/evaluations | |
ResultsApi | ResultsControllerGetEvaluationsPerHourByProject | Get /v1/projects/{project}/results/evaluations | |
ResultsApi | ResultsControllerGetResultsSummary | Get /v1/projects/{project}/features/{feature}/results/summary | |
VariablesApi | VariablesControllerCreate | Post /v1/projects/{project}/variables | Create a Variable |
VariablesApi | VariablesControllerFindAll | Get /v1/projects/{project}/variables | List Variables |
VariablesApi | VariablesControllerFindOne | Get /v1/projects/{project}/variables/{key} | Get a Variable |
VariablesApi | VariablesControllerRemove | Delete /v1/projects/{project}/variables/{key} | Delete a Variable |
VariablesApi | VariablesControllerUpdate | Patch /v1/projects/{project}/variables/{key} | Update a Variable |
Documentation For Models
- AllFilter
- AllOfCreateEnvironmentDtoSettings
- AllOfEnvironmentSdkKeys
- AllOfEnvironmentSettings
- AllOfTargetAudience
- AllOfTargetAudienceFilters
- AllOfTargetRollout
- AllOfUpdateEnvironmentDtoSettings
- AllOfUpdateTargetDtoAudience
- AllOfUpdateTargetDtoRollout
- AnyOfAudienceOperatorFiltersItems
- ApiKey
- AudienceOperator
- BadRequestErrorResponse
- CannotDeleteLastItemErrorResponse
- ConflictErrorResponse
- CreateCustomPropertyDto
- CreateEnvironmentDto
- CreateFeatureDto
- CreateProjectDto
- CreateVariableDto
- CustomProperty
- Environment
- EnvironmentSettings
- Feature
- FeatureConfig
- FeatureDataPoint
- FeatureVariationDto
- JiraIssueLink
- LinkJiraIssueDto
- NotFoundErrorResponse
- PreconditionFailedErrorResponse
- Project
- ProjectDataPoint
- ResultEvaluationsByHourDto
- ResultEvaluationsByHourDtoResult
- ResultProjectEvaluationsByHourDto
- ResultProjectEvaluationsByHourDtoResult
- ResultSummaryDto
- ResultSummaryDtoResult
- ResultSummaryDtoResultCounts
- Rollout
- RolloutStage
- SdkKeys
- Target
- TargetAudience
- TargetDistribution
- UpdateEnvironmentDto
- UpdateFeatureConfigDto
- UpdateFeatureDto
- UpdateProjectDto
- UpdateTargetDto
- UpdateVariableDto
- UserCountryFilter
- UserCustomFilter
- UserFilter
- Variable
- Variation
Documentation For Authorization
Endpoints do not require authorization.
Author
# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.
# Structs
No description provided by the author
Environment based settings.
SDK Keys for mobile SDKs / client SDKs / server SDKs.
Environment based settings.
Audience model describing target segmentation.
Audience filters, describing logic for segmenting users.
Rollout sub-document describing how a Target's audience is rolled out.
Environment based settings.
Audience object describing target segmentation.
Rollout sub-document describing how a Target's audience is rolled out.
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DVCClient manages communication with the DevCycle Management API API v1.0.0 In most cases there should be only one, shared, DVCClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenericSwaggerError Provides access to the body, error and model on returned errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author