 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiOptions ¶
type ApiOptions struct {
	IO *iostreams.IOStreams
	RequestMethod       string
	RequestMethodPassed bool
	RequestPath         string
	RequestInputFile    string
	MagicFields         []string
	RawFields           []string
	RequestHeaders      []string
	ShowResponseHeaders bool
	Paginate            bool
	Silent              bool
	HttpClient func() (*http.Client, error)
	BaseRepo   func() (ghrepo.Interface, error)
}
     Click to show internal directories. 
   Click to hide internal directories.