Documentation
¶
Index ¶
- Variables
- type Service
- func (svc *Service) GenerateAxiosCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateCurlCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateDotNetHttpClientCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateFetchCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateGoRequest(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateJavaOkHttpCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateKotlinOkHttpCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GeneratePythonRequest(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) GenerateRubyNetHttpCommand(reqSpec *domain.HTTPRequestSpec, collectionHeaders []domain.KeyValue, ...) (string, error)
- func (svc *Service) OnActiveEnvironmentChange(env *domain.Environment)
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultService = New()
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GenerateAxiosCommand ¶
func (*Service) GenerateCurlCommand ¶
func (*Service) GenerateDotNetHttpClientCommand ¶
func (*Service) GenerateFetchCommand ¶
func (*Service) GenerateGoRequest ¶
func (*Service) GenerateJavaOkHttpCommand ¶
func (*Service) GenerateKotlinOkHttpCommand ¶
func (*Service) GeneratePythonRequest ¶
func (*Service) GenerateRubyNetHttpCommand ¶
func (*Service) OnActiveEnvironmentChange ¶
func (svc *Service) OnActiveEnvironmentChange(env *domain.Environment)
Click to show internal directories.
Click to hide internal directories.