text stringlengths 11 6.3k | embedding listlengths 768 768 |
|---|---|
func NewCiWorkflowsUpdateInstanceRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
... | [
-0.6475489139556885,
-0.6684086322784424,
0.403530478477478,
-0.749418318271637,
-0.6081046462059021,
0.04892457649111748,
-0.19552090764045715,
0.34271591901779175,
0.31260329484939575,
0.8010624647140503,
-0.20407190918922424,
-0.06498072296380997,
-1.72374427318573,
0.2699490487575531,
... |
func NewCiWorkflowsBuildRunsGetToManyRelatedRequest(server string, id string, params *CiWorkflowsBuildRunsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
re... | [
-0.2983987629413605,
-0.13697564601898193,
0.768900454044342,
-0.03876279294490814,
-0.11899307370185852,
-0.4708676040172577,
0.13071246445178986,
-0.055338889360427856,
-0.8791345357894897,
0.42458924651145935,
0.3687856197357178,
0.5822311639785767,
-0.887664258480072,
0.821620285511016... |
func NewCiWorkflowsRepositoryGetToOneRelatedRequest(server string, id string, params *CiWorkflowsRepositoryGetToOneRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
re... | [
-0.477944940328598,
-0.01705549657344818,
0.40965884923934937,
-0.5798096656799316,
0.14265570044517517,
-1.022104024887085,
0.3902669847011566,
0.05364421010017395,
-0.18710263073444366,
0.16741394996643066,
0.1917780041694641,
0.2897227704524994,
-0.7294337749481201,
0.20285090804100037,... |
func NewCiXcodeVersionsGetCollectionRequest(server string, params *CiXcodeVersionsGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/ciXcodeVersions")
if operationPath[0] == '/' {
operationPath =... | [
-0.6502780318260193,
0.008871786296367645,
0.9391674995422363,
-0.26759859919548035,
-0.25839489698410034,
-0.32717418670654297,
-0.10094922035932541,
0.5230799317359924,
-0.8670586347579956,
0.8326230645179749,
0.3980664908885956,
0.4890369474887848,
-0.20403264462947845,
1.23104751110076... |
func NewCiXcodeVersionsGetInstanceRequest(server string, id string, params *CiXcodeVersionsGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
s... | [
-0.859667181968689,
0.02150961011648178,
0.7931961417198181,
-0.8466762900352478,
-0.5961686372756958,
-0.1575082540512085,
-0.037256721407175064,
0.8225200176239014,
-0.5912180542945862,
1.1651548147201538,
0.43529587984085083,
0.5508261919021606,
-0.7441800236701965,
1.153565526008606,
... |
func NewCiXcodeVersionsMacOsVersionsGetToManyRelatedRequest(server string, id string, params *CiXcodeVersionsMacOsVersionsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if e... | [
-0.1746153086423874,
0.38418376445770264,
0.7021327614784241,
-0.25562211871147156,
-0.22812603414058685,
-0.7399092316627502,
-0.34888511896133423,
0.3303459882736206,
-0.9763089418411255,
0.9745302200317383,
0.1786596179008484,
0.25491368770599365,
-0.34732353687286377,
0.925699234008789... |
func NewDevicesGetCollectionRequest(server string, params *DevicesGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/devices")
if operationPath[0] == '/' {
operationPath = "." + operationPath
}
... | [
-1.1427669525146484,
-0.05020046979188919,
1.0182713270187378,
-0.009267661720514297,
-0.2620876133441925,
-0.40572160482406616,
0.34333592653274536,
-0.34596771001815796,
-0.9158194065093994,
0.43034234642982483,
0.6391432881355286,
0.6940925717353821,
0.1376105546951294,
1.79324555397033... |
func NewDevicesCreateInstanceRequest(server string, body DevicesCreateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewDevicesCreateInstanceRequestWithBody(server, "application/... | [
-1.205793857574463,
0.3419760465621948,
0.21931390464305878,
-1.0728039741516113,
-0.4445698857307434,
0.0402342863380909,
0.18192936480045319,
-0.6608913540840149,
0.132544606924057,
0.5024999976158142,
-0.47202983498573303,
0.5609897971153259,
-0.8129063844680786,
0.8801890015602112,
0... |
func NewDevicesCreateInstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/devices")
if operationPath[0] == '/' {
operationPath = "." + operatio... | [
-0.846249520778656,
0.10661357641220093,
0.4712776839733124,
-0.353617399930954,
-0.1749591827392578,
0.14498837292194366,
0.17917340993881226,
-0.9751792550086975,
0.2185279130935669,
0.5115426182746887,
0.32486608624458313,
0.2625596225261688,
-0.7316276431083679,
1.115199089050293,
0.... |
func NewDevicesGetInstanceRequest(server string, id string, params *DevicesGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err :=... | [
-1.233109951019287,
-0.11685554683208466,
0.7482457160949707,
-0.8335070610046387,
-0.5330225229263306,
-0.45504382252693176,
0.26341110467910767,
-0.2114119529724121,
-0.06282893568277359,
0.22618363797664642,
0.47512808442115784,
0.8219014406204224,
-0.5965517163276672,
0.762064099311828... |
func NewDevicesUpdateInstanceRequest(server string, id string, body DevicesUpdateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewDevicesUpdateInstanceRequestWithBody(server, id... | [
-1.4965044260025024,
-0.30049601197242737,
0.37592148780822754,
-1.3721487522125244,
-1.0299036502838135,
-0.29202112555503845,
0.06669222563505173,
-0.40948042273521423,
0.338931143283844,
0.8092339038848877,
-0.6605288982391357,
0.6576371192932129,
-1.0333166122436523,
0.0698950216174125... |
func NewDevicesUpdateInstanceRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serv... | [
-1.273769497871399,
-0.5722262263298035,
0.5694023370742798,
-0.9996333718299866,
-0.7663468718528748,
-0.10421986132860184,
-0.0012371266493573785,
-0.7298354506492615,
0.6741649508476257,
0.6053429245948792,
0.058034300804138184,
0.18747225403785706,
-0.9665167331695557,
0.57176220417022... |
func NewDiagnosticSignaturesLogsGetToManyRelatedRequest(server string, id string, params *DiagnosticSignaturesLogsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != ni... | [
-0.5452364683151245,
0.5006762742996216,
1.0130773782730103,
-0.5202770829200745,
-0.22518527507781982,
-0.7930887937545776,
-0.3829140067100525,
-0.6258958578109741,
-0.4767276346683502,
0.46089068055152893,
0.37795159220695496,
0.614985466003418,
0.1552974283695221,
0.5556129813194275,
... |
func NewEndUserLicenseAgreementsCreateInstanceRequest(server string, body EndUserLicenseAgreementsCreateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewEndUserLicenseAgreements... | [
-0.8101027607917786,
0.05924409627914429,
0.49277544021606445,
-1.374546766281128,
-0.5071472525596619,
0.7121444940567017,
0.02263641729950905,
0.2575536072254181,
-0.7296600937843323,
1.3943474292755127,
0.41883671283721924,
1.1490994691848755,
-1.368615746498108,
0.1488932967185974,
0... |
func NewEndUserLicenseAgreementsCreateInstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/endUserLicenseAgreements")
if operationPath[0] == '/' ... | [
-0.2763088643550873,
-0.009064809419214725,
0.6645748615264893,
-0.6872014999389648,
-0.3490314185619354,
0.6399650573730469,
0.05819178745150566,
-0.031006326898932457,
-0.5652090311050415,
1.3395066261291504,
0.6073170304298401,
0.877494752407074,
-1.1725438833236694,
0.6071388721466064,... |
func NewEndUserLicenseAgreementsDeleteInstanceRequest(server string, id string) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url.Parse(ser... | [
-0.5592057108879089,
-0.12603545188903809,
0.8384121656417847,
-1.3029096126556396,
-0.7763803005218506,
0.1809423267841339,
0.25696465373039246,
0.7345491051673889,
-0.7654534578323364,
1.1299595832824707,
0.8450612425804138,
1.4756909608840942,
-1.3523441553115845,
0.1904529631137848,
... |
func NewEndUserLicenseAgreementsGetInstanceRequest(server string, id string, params *EndUserLicenseAgreementsGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
retu... | [
-0.7029978036880493,
0.2770804166793823,
0.9974603652954102,
-0.8506077527999878,
-0.8266695141792297,
-0.12186446040868759,
0.23697616159915924,
0.3372991681098938,
-0.5495643019676208,
1.028516173362732,
0.9131045341491699,
1.3263798952102661,
-1.0882906913757324,
0.6220685243606567,
0... |
func NewEndUserLicenseAgreementsUpdateInstanceRequest(server string, id string, body EndUserLicenseAgreementsUpdateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewEndUserLicens... | [
-1.185764193534851,
-0.22831064462661743,
0.6167076230049133,
-1.6258898973464966,
-0.8192844390869141,
0.4158302843570709,
-0.23064258694648743,
0.6061414480209351,
-0.8557140827178955,
1.5477465391159058,
0.33502697944641113,
1.2196379899978638,
-1.6353102922439575,
-0.5086488723754883,
... |
func NewEndUserLicenseAgreementsUpdateInstanceRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return n... | [
-0.7665863633155823,
-0.46624481678009033,
0.7817193865776062,
-1.0802099704742432,
-0.8719470500946045,
0.4270898103713989,
-0.160785973072052,
0.3514074981212616,
-0.35121774673461914,
1.486148715019226,
0.6607036590576172,
0.697531521320343,
-1.36382257938385,
0.009855872020125389,
0.... |
func NewEndUserLicenseAgreementsTerritoriesGetToManyRelatedRequest(server string, id string, params *EndUserLicenseAgreementsTerritoriesGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationP... | [
-0.21443140506744385,
0.24565096199512482,
0.9212490320205688,
-0.23541387915611267,
-0.02607131376862526,
-0.4394552409648895,
-0.41786620020866394,
-0.045218124985694885,
-0.4706912338733673,
0.48601993918418884,
1.2116203308105469,
0.4653683602809906,
-0.456468403339386,
0.4634795784950... |
func NewFinanceReportsGetCollectionRequest(server string, params *FinanceReportsGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/financeReports")
if operationPath[0] == '/' {
operationPath = ".... | [
-0.39499232172966003,
-0.05336717516183853,
0.8961070775985718,
-0.6268004775047302,
0.5265840291976929,
-0.6049892902374268,
0.16883952915668488,
-0.490620493888855,
-0.8426097631454468,
-0.017237287014722824,
0.923414409160614,
0.8737261295318604,
-0.6307014226913452,
1.2695814371109009,... |
func NewGameCenterEnabledVersionsCompatibleVersionsGetToManyRelatedRequest(server string, id string, params *GameCenterEnabledVersionsCompatibleVersionsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtim... | [
-0.21910883486270905,
-0.1413343846797943,
0.9251440763473511,
-0.4684656262397766,
-0.6424700617790222,
-0.2762538492679596,
-0.45859214663505554,
-0.13109877705574036,
-0.5358679294586182,
1.4206973314285278,
0.21762339770793915,
0.1412086933851242,
-0.4412163496017456,
0.848685741424560... |
func NewGameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationshipRequest(server string, id string, body GameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationshipJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
... | [
-0.24902571737766266,
-0.1469496190547943,
0.6496489644050598,
-0.8870957493782043,
-0.5796785354614258,
0.20299144089221954,
-0.2995761036872864,
0.4499508738517761,
0.25525540113449097,
0.8147132992744446,
0.2955516576766968,
-0.08795010298490524,
-0.3547724187374115,
-0.0313831605017185... |
func NewGameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationshipRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id... | [
-0.1582258641719818,
-0.19869983196258545,
0.77210932970047,
-0.6014602184295654,
-0.39016804099082947,
0.18499931693077087,
-0.2662029266357422,
0.03552790731191635,
0.6907956004142761,
0.7713244557380676,
0.7161887884140015,
-0.37479138374328613,
-0.4692489802837372,
0.4568771719932556,
... |
func NewGameCenterEnabledVersionsCompatibleVersionsGetToManyRelationshipRequest(server string, id string, params *GameCenterEnabledVersionsCompatibleVersionsGetToManyRelationshipParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "i... | [
-0.5196239948272705,
0.0964614674448967,
0.9442377090454102,
-0.6565629243850708,
-0.5378319025039673,
-0.2368813008069992,
-0.5878773927688599,
0.1327384114265442,
-0.25966107845306396,
1.0061076879501343,
0.44762736558914185,
-0.0034305902663618326,
-0.2631571292877197,
0.360733270645141... |
func NewGameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationshipRequest(server string, id string, body GameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationshipJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}... | [
-0.37556639313697815,
0.11801651865243912,
0.6661649346351624,
-0.7178748846054077,
-0.43110889196395874,
-0.007555615622550249,
-0.8567994832992554,
0.4936194121837616,
0.3098166882991791,
0.6288620829582214,
-0.36583220958709717,
-0.6452521085739136,
-1.0129119157791138,
-0.0319653004407... |
func NewGameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationshipRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, i... | [
-0.17575517296791077,
-0.09077399969100952,
0.7776510119438171,
-0.6920344233512878,
-0.4422193467617035,
-0.019576741382479668,
-0.6905455589294434,
-0.06644707173109055,
0.7144290208816528,
0.5846132636070251,
0.12034569680690765,
-0.7099776864051819,
-1.127549171447754,
0.36677920818328... |
func NewGameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationshipRequest(server string, id string, body GameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationshipJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
... | [
-0.6615807414054871,
-0.021854622289538383,
0.6304916143417358,
-0.33219534158706665,
-0.33411064743995667,
0.31222087144851685,
-1.0038437843322754,
-0.013587129302322865,
0.058369334787130356,
0.9028318524360657,
-0.3916144073009491,
-0.5924289226531982,
-0.5702354907989502,
0.2525792717... |
func NewGameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationshipRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id... | [
-0.23368795216083527,
-0.1254866123199463,
0.8797505497932434,
-0.053975313901901245,
-0.23892222344875336,
0.2244148999452591,
-0.8057048320770264,
-0.42163628339767456,
0.5023759007453918,
0.565294086933136,
0.1127130389213562,
-0.5449022650718689,
-0.5566189885139465,
0.7441102862358093... |
func NewIdfaDeclarationsCreateInstanceRequest(server string, body IdfaDeclarationsCreateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewIdfaDeclarationsCreateInstanceRequestWit... | [
-1.3500829935073853,
0.4725556969642639,
0.39557382464408875,
-1.2642790079116821,
-0.19633141160011292,
0.037448812276124954,
0.20652291178703308,
-0.24666644632816315,
0.053111642599105835,
0.6446470022201538,
-0.5255354642868042,
0.629452109336853,
-1.467199444770813,
0.7953805923461914... |
func NewIdfaDeclarationsCreateInstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/idfaDeclarations")
if operationPath[0] == '/' {
operationPat... | [
-0.782307505607605,
0.3838680386543274,
0.45571038126945496,
-0.5325741171836853,
0.02780391089618206,
0.03607569634914398,
0.00875768344849348,
-0.6204701066017151,
-0.029277848079800606,
0.5137863755226135,
-0.09184881299734116,
0.37187129259109497,
-1.417777180671692,
0.9042145013809204... |
func NewIdfaDeclarationsDeleteInstanceRequest(server string, id string) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url.Parse(server)
if... | [
-0.9467443227767944,
0.11711671948432922,
0.633014976978302,
-1.1068998575210571,
-0.4960901141166687,
-0.4741494953632355,
0.27059462666511536,
0.058710794895887375,
-0.08034813404083252,
0.41641515493392944,
0.14372241497039795,
0.942019522190094,
-1.4734554290771484,
0.7676056623458862,... |
func NewIdfaDeclarationsUpdateInstanceRequest(server string, id string, body IdfaDeclarationsUpdateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewIdfaDeclarationsUpdateInstanc... | [
-1.571250319480896,
0.2108774185180664,
0.45611369609832764,
-1.4748129844665527,
-0.7702361345291138,
-0.15520170331001282,
0.2028678059577942,
0.06018729880452156,
-0.04073134437203407,
0.7537238597869873,
-0.6350494027137756,
0.7519375085830688,
-1.5598081350326538,
0.17820091545581818,... |
func NewIdfaDeclarationsUpdateInstanceRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
... | [
-1.190218210220337,
-0.11610441654920578,
0.614401638507843,
-1.0868875980377197,
-0.6423692107200623,
-0.0552220493555069,
-0.07189816236495972,
-0.32406651973724365,
0.3138633072376251,
0.8649048805236816,
-0.051594432443380356,
0.20808111131191254,
-1.5580064058303833,
0.370877891778945... |
func NewInAppPurchasesGetInstanceRequest(server string, id string, params *InAppPurchasesGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
ser... | [
-0.8054307699203491,
-0.10953018069267273,
0.9789897203445435,
-0.6167113780975342,
-0.4285949468612671,
-0.08123652637004852,
0.01683952286839485,
0.23824360966682434,
-0.45244264602661133,
1.1881015300750732,
1.1931358575820923,
0.6058840751647949,
-0.47060567140579224,
0.726789116859436... |
func NewPreReleaseVersionsGetCollectionRequest(server string, params *PreReleaseVersionsGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/preReleaseVersions")
if operationPath[0] == '/' {
operat... | [
-0.8699323534965515,
-0.008652404882013798,
1.043020486831665,
0.06745342910289764,
-0.17504744231700897,
-0.16407720744609833,
0.0636751800775528,
-0.16879688203334808,
-0.8028835654258728,
0.5771599411964417,
0.2681160271167755,
0.7539134621620178,
-0.07388096302747726,
1.510359644889831... |
func NewPreReleaseVersionsGetInstanceRequest(server string, id string, params *PreReleaseVersionsGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
... | [
-1.1785249710083008,
0.1964530199766159,
0.8762984275817871,
-0.7833802700042725,
-0.6821118593215942,
-0.12649761140346527,
0.3123001158237457,
0.09803145378828049,
-0.44037947058677673,
0.8196517825126648,
0.468328058719635,
0.5267932415008545,
-0.5885468125343323,
1.481514573097229,
0... |
func NewPreReleaseVersionsAppGetToOneRelatedRequest(server string, id string, params *PreReleaseVersionsAppGetToOneRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
re... | [
-0.602654218673706,
0.14552819728851318,
0.9510284662246704,
0.18810386955738068,
-0.1593540757894516,
-0.20693138241767883,
0.2399369180202484,
-0.4081764221191406,
0.01796911098062992,
0.5237055420875549,
0.4502294957637787,
0.4446628987789154,
-0.23827369511127472,
0.7258474230766296,
... |
func NewPreReleaseVersionsBuildsGetToManyRelatedRequest(server string, id string, params *PreReleaseVersionsBuildsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != ni... | [
-0.6285033226013184,
0.28011590242385864,
0.9992431402206421,
0.2684341371059418,
-0.12331656366586685,
-0.2988918721675873,
0.14256976544857025,
-0.2993580102920532,
0.18257594108581543,
0.013530044816434383,
0.3800078332424164,
0.6894888281822205,
-0.8451212644577026,
0.7301700711250305,... |
func NewProfilesGetCollectionRequest(server string, params *ProfilesGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/profiles")
if operationPath[0] == '/' {
operationPath = "." + operationPath
... | [
-0.6548906564712524,
-0.18013519048690796,
1.0823464393615723,
0.25746145844459534,
-0.013826408423483372,
-0.21010476350784302,
0.2468993067741394,
-0.7782236337661743,
-0.7505062818527222,
0.5421563386917114,
0.6565452814102173,
0.5965810418128967,
-0.09340257197618484,
1.403101205825805... |
func NewProfilesCreateInstanceRequest(server string, body ProfilesCreateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewProfilesCreateInstanceRequestWithBody(server, "applicati... | [
-0.39738571643829346,
0.04897935688495636,
0.26671457290649414,
-0.928694486618042,
-0.31294581294059753,
0.6542304754257202,
0.08792439103126526,
-0.8658153414726257,
-0.12591929733753204,
0.7445032000541687,
-0.5831779837608337,
-0.023641308769583702,
-1.3502873182296753,
0.3649320006370... |
func NewProfilesCreateInstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/profiles")
if operationPath[0] == '/' {
operationPath = "." + operat... | [
-0.10331881046295166,
0.00174778385553509,
0.5300207138061523,
-0.21807654201984406,
0.10602856427431107,
0.5786214470863342,
-0.019070027396082878,
-1.059038758277893,
-0.14568620920181274,
0.7201786041259766,
0.16892698407173157,
-0.1118035688996315,
-1.3073574304580688,
0.74891442060470... |
func NewProfilesDeleteInstanceRequest(server string, id string) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url.Parse(server)
if err != ... | [
-0.5574453473091125,
-0.27628856897354126,
0.7267916202545166,
-0.6500043272972107,
-0.5469581484794617,
0.014371347613632679,
0.2863709032535553,
-0.3259177505970001,
-0.04045062139630318,
0.44001901149749756,
0.22009682655334473,
0.6703148484230042,
-1.3264645338058472,
0.457663416862487... |
func NewProfilesGetInstanceRequest(server string, id string, params *ProfilesGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err ... | [
-0.6393490433692932,
-0.009621325880289078,
0.97652667760849,
-0.5042927265167236,
-0.48645004630088806,
-0.0856228917837143,
0.20905549824237823,
-0.1197858452796936,
-0.501099705696106,
0.3825829327106476,
0.4671778678894043,
0.5270470976829529,
-0.9491923451423645,
0.9016600251197815,
... |
func NewProfilesBundleIdGetToOneRelatedRequest(server string, id string, params *ProfilesBundleIdGetToOneRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, ... | [
-0.4705251455307007,
0.0485934317111969,
0.7087349891662598,
0.004228499252349138,
0.07594998180866241,
-0.2359704077243805,
0.44818979501724243,
-0.6086833477020264,
-0.6333819031715393,
0.3283518850803375,
0.5308557748794556,
0.1549503058195114,
-0.34705471992492676,
0.8122212290763855,
... |
func NewProfilesCertificatesGetToManyRelatedRequest(server string, id string, params *ProfilesCertificatesGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
re... | [
-0.4247087836265564,
0.31968048214912415,
0.9593027830123901,
0.05306742340326309,
-0.19701918959617615,
-0.5344929099082947,
-0.0889618992805481,
-0.7654176354408264,
-0.9215462803840637,
0.7343572378158569,
0.4364132285118103,
0.13885268568992615,
-0.24901697039604187,
0.6343435645103455... |
func NewProfilesDevicesGetToManyRelatedRequest(server string, id string, params *ProfilesDevicesGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, ... | [
-0.43447527289390564,
0.4134165942668915,
0.9176731109619141,
0.3676973879337311,
-0.15396606922149658,
-0.6073293089866638,
0.2298029363155365,
-0.5442436933517456,
-0.06608747690916061,
-0.0630543977022171,
0.7949094772338867,
0.32489824295043945,
-0.5319296717643738,
0.7758408188819885,... |
func NewRoutingAppCoveragesCreateInstanceRequest(server string, body RoutingAppCoveragesCreateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewRoutingAppCoveragesCreateInstanceR... | [
-0.5399057865142822,
-0.4808068871498108,
0.5181505680084229,
-0.9290228486061096,
-0.10108932107686996,
0.4045160114765167,
0.0536096915602684,
-0.36726924777030945,
0.1407444179058075,
0.9955288171768188,
0.18229573965072632,
0.08967965096235275,
-0.4419611990451813,
0.650740921497345,
... |
func NewRoutingAppCoveragesCreateInstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/routingAppCoverages")
if operationPath[0] == '/' {
operat... | [
-0.3118788003921509,
-0.3549180328845978,
0.6748644709587097,
-0.24280120432376862,
0.014843753539025784,
0.3682368993759155,
0.015604985877871513,
-0.7849663496017456,
0.10214179754257202,
0.7850727438926697,
0.41568565368652344,
-0.1666761338710785,
-0.475552499294281,
0.9484521150588989... |
func NewRoutingAppCoveragesDeleteInstanceRequest(server string, id string) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url.Parse(server)
... | [
-0.46519872546195984,
-0.5479635000228882,
0.8546218276023865,
-0.9395267963409424,
-0.5847352743148804,
-0.030757054686546326,
0.28913864493370056,
-0.08610893785953522,
0.3249625861644745,
0.756072998046875,
0.6766338348388672,
0.6746918559074402,
-0.6473802924156189,
0.5260095000267029,... |
func NewRoutingAppCoveragesGetInstanceRequest(server string, id string, params *RoutingAppCoveragesGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, er... | [
-0.5719073414802551,
-0.23565568029880524,
1.0715253353118896,
-0.3573576807975769,
-0.43677374720573425,
-0.2644132971763611,
0.24202822148799896,
-0.033697981387376785,
0.10886501520872116,
0.6281566619873047,
1.0067644119262695,
0.3763520121574402,
-0.3220136761665344,
0.798151552677154... |
func NewRoutingAppCoveragesUpdateInstanceRequest(server string, id string, body RoutingAppCoveragesUpdateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewRoutingAppCoveragesUpda... | [
-0.8542991280555725,
-0.9216454029083252,
0.5841237306594849,
-1.0193465948104858,
-0.6223470568656921,
0.1333894580602646,
0.009996066801249981,
-0.0402185395359993,
0.191141277551651,
1.3383578062057495,
-0.11879848688840866,
0.42034319043159485,
-0.6231330633163452,
-0.19493460655212402... |
func NewRoutingAppCoveragesUpdateInstanceRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, e... | [
-0.7587986588478088,
-0.7349113821983337,
0.78215092420578,
-0.8128692507743835,
-0.5166357755661011,
0.12792642414569855,
-0.11219840496778488,
-0.6015122532844543,
0.5217745900154114,
1.1740429401397705,
0.305934339761734,
-0.1899329423904419,
-0.6975376009941101,
0.2992563843727112,
0... |
func NewSalesReportsGetCollectionRequest(server string, params *SalesReportsGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/salesReports")
if operationPath[0] == '/' {
operationPath = "." + op... | [
-0.390316367149353,
0.15307407081127167,
0.9310163259506226,
-0.3080357611179352,
0.29830706119537354,
-0.37896019220352173,
0.23018983006477356,
-0.7202848792076111,
-0.8545955419540405,
-0.4768773913383484,
0.9610306024551392,
0.6250851154327393,
-0.44342541694641113,
1.2911561727523804,... |
func NewScmGitReferencesGetInstanceRequest(server string, id string, params *ScmGitReferencesGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
... | [
-0.8630803823471069,
0.05986255779862404,
0.8404139876365662,
-1.4223638772964478,
-0.22937482595443726,
-0.22261478006839752,
0.31620487570762634,
0.09776777774095535,
-0.6244998574256897,
0.7490918040275574,
0.8057901263237,
1.387425422668457,
-1.05045747756958,
1.5164512395858765,
0.4... |
func NewScmProvidersGetCollectionRequest(server string, params *ScmProvidersGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/scmProviders")
if operationPath[0] == '/' {
operationPath = "." + op... | [
-0.826552152633667,
0.2210388034582138,
0.915852427482605,
0.0714556872844696,
0.23665282130241394,
-0.6205121278762817,
-0.05723382160067558,
-0.11422614753246307,
-0.4299769699573517,
0.6533082723617554,
0.4750731587409973,
1.1415469646453857,
-0.33506110310554504,
1.280975580215454,
0... |
func NewScmProvidersGetInstanceRequest(server string, id string, params *ScmProvidersGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverU... | [
-1.023582100868225,
0.23488686978816986,
0.8090444803237915,
-0.6300392746925354,
-0.14774398505687714,
-0.49537894129753113,
-0.1122390627861023,
0.19075876474380493,
-0.0023870563600212336,
0.6225116848945618,
0.2677236795425415,
1.2300745248794556,
-1.2985609769821167,
0.856685817241668... |
func NewScmProvidersRepositoriesGetToManyRelatedRequest(server string, id string, params *ScmProvidersRepositoriesGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != ni... | [
-0.6806169152259827,
0.6660760045051575,
0.6603091359138489,
-0.30804505944252014,
-0.02849321998655796,
-0.8979536890983582,
-0.1332148313522339,
0.14072684943675995,
0.013565403409302235,
0.46507570147514343,
0.49559053778648376,
0.4332992136478424,
-1.0471948385238647,
0.695748507976532... |
func NewScmPullRequestsGetInstanceRequest(server string, id string, params *ScmPullRequestsGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
s... | [
-0.6170780062675476,
0.027354035526514053,
0.8580380082130432,
-0.635593593120575,
-0.5614527463912964,
0.011517234146595001,
0.11280569434165955,
0.6617369651794434,
-0.16263249516487122,
0.7376009225845337,
0.5998823642730713,
0.9282251000404358,
-0.7416255474090576,
1.0935239791870117,
... |
func NewScmRepositoriesGetCollectionRequest(server string, params *ScmRepositoriesGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/scmRepositories")
if operationPath[0] == '/' {
operationPath =... | [
-0.6314268112182617,
0.2802295386791229,
0.7655323147773743,
-0.370250940322876,
-0.055153489112854004,
-0.9358678460121155,
0.10959287732839584,
-0.11019454896450043,
-0.44889047741889954,
0.27472442388534546,
0.6001680493354797,
0.6647021770477295,
-0.34887832403182983,
1.107000708580017... |
func NewScmRepositoriesGetInstanceRequest(server string, id string, params *ScmRepositoriesGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
s... | [
-0.7242059111595154,
0.3708685338497162,
0.6239629983901978,
-0.8279480338096619,
-0.5122939348220825,
-0.6842086911201477,
0.1376025676727295,
0.09707262367010117,
-0.2919234037399292,
0.27453309297561646,
0.4506053626537323,
0.5127547979354858,
-1.2517850399017334,
0.8990525603294373,
... |
func NewScmRepositoriesGitReferencesGetToManyRelatedRequest(server string, id string, params *ScmRepositoriesGitReferencesGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if e... | [
-0.49654990434646606,
0.4468209743499756,
0.7269527912139893,
-1.0477113723754883,
0.13477842509746552,
-0.7228232622146606,
-0.0782274603843689,
-0.4539075493812561,
-0.851311206817627,
0.7703458666801453,
0.4975193738937378,
0.9372931122779846,
-0.6731334328651428,
1.036738395690918,
0... |
func NewScmRepositoriesPullRequestsGetToManyRelatedRequest(server string, id string, params *ScmRepositoriesPullRequestsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err... | [
-0.4608592689037323,
0.4785955548286438,
0.7268574833869934,
-0.6581088900566101,
-0.056472815573215485,
-0.6594480872154236,
-0.31871160864830017,
0.14029604196548462,
-0.43185490369796753,
0.6820002794265747,
0.5902867317199707,
0.44705209136009216,
-0.6049379110336304,
0.506291449069976... |
func NewTerritoriesGetCollectionRequest(server string, params *TerritoriesGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/territories")
if operationPath[0] == '/' {
operationPath = "." + opera... | [
-0.9544522762298584,
-0.7720126509666443,
0.9139947295188904,
-0.352702260017395,
0.05730842426419258,
-0.5305716395378113,
-0.3112805187702179,
-0.13526634871959686,
-0.6319902539253235,
0.3205713927745819,
0.6931020021438599,
0.8567647933959961,
0.26576486229896545,
0.7173265814781189,
... |
func NewUserInvitationsGetCollectionRequest(server string, params *UserInvitationsGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/userInvitations")
if operationPath[0] == '/' {
operationPath =... | [
-0.779038667678833,
0.2126743495464325,
0.9983670115470886,
0.20609605312347412,
-0.7968865036964417,
-0.28356629610061646,
0.39673930406570435,
-0.10077735036611557,
-0.48847514390945435,
0.8034359812736511,
0.35280248522758484,
0.9266632199287415,
0.1662539392709732,
1.1909711360931396,
... |
func NewUserInvitationsCreateInstanceRequest(server string, body UserInvitationsCreateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewUserInvitationsCreateInstanceRequestWithBo... | [
-1.0354021787643433,
0.10405617952346802,
0.21824911236763,
-0.6832759380340576,
-1.1808338165283203,
0.5085845589637756,
-0.031429700553417206,
0.048787519335746765,
-0.005059380549937487,
1.1759226322174072,
-0.7899815440177917,
0.7891114950180054,
-0.8098474740982056,
0.2856281101703644... |
func NewUserInvitationsCreateInstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/userInvitations")
if operationPath[0] == '/' {
operationPath ... | [
-0.6664103865623474,
0.20341484248638153,
0.4317582845687866,
-0.05480646714568138,
-0.7595403790473938,
0.21285048127174377,
0.025744998827576637,
-0.37184014916419983,
0.14503203332424164,
1.0776216983795166,
-0.2489846795797348,
0.2932574450969696,
-0.7821690440177917,
0.593779265880584... |
func NewUserInvitationsDeleteInstanceRequest(server string, id string) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url.Parse(server)
if ... | [
-0.936499297618866,
-0.2483747899532318,
0.6039997935295105,
-0.6444176435470581,
-1.3418552875518799,
-0.10309075564146042,
0.2717142105102539,
0.37993916869163513,
0.1638379693031311,
0.7922891974449158,
0.053506944328546524,
1.1184337139129639,
-0.9913665652275085,
0.31399738788604736,
... |
func NewUserInvitationsGetInstanceRequest(server string, id string, params *UserInvitationsGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
s... | [
-0.9097030758857727,
0.13284730911254883,
0.7744426131248474,
-0.3133617043495178,
-1.2062350511550903,
-0.35292866826057434,
0.1483490914106369,
0.2813777029514313,
-0.20164960622787476,
0.6875460743904114,
0.3133513927459717,
0.8636283874511719,
-0.7790334224700928,
0.6733449101448059,
... |
func NewUserInvitationsVisibleAppsGetToManyRelatedRequest(server string, id string, params *UserInvitationsVisibleAppsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err !... | [
-0.3324485123157501,
0.23521502315998077,
0.954047441482544,
-0.18009404838085175,
-1.0483710765838623,
-0.4852691888809204,
-0.010528192855417728,
-0.009174267761409283,
-0.15762227773666382,
1.2969530820846558,
0.4418262839317322,
0.60077303647995,
0.1664288491010666,
0.8512238264083862,... |
func NewUsersGetCollectionRequest(server string, params *UsersGetCollectionParams) (*http.Request, error) {
var err error
serverURL, err := url.Parse(server)
if err != nil {
return nil, err
}
operationPath := fmt.Sprintf("/v1/users")
if operationPath[0] == '/' {
operationPath = "." + operationPath
}
quer... | [
-1.141025185585022,
-0.17097803950309753,
1.184038519859314,
0.11829768866300583,
-0.6256231665611267,
-0.0021329564042389393,
0.37031587958335876,
-0.4482263922691345,
-0.9640012979507446,
0.7517537474632263,
0.6472964286804199,
0.9919193983078003,
0.2108519971370697,
1.5562567710876465,
... |
func NewUsersDeleteInstanceRequest(server string, id string) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url.Parse(server)
if err != nil... | [
-1.3812545537948608,
-0.17233799397945404,
0.9021086692810059,
-0.12625741958618164,
-1.1792523860931396,
0.3347589075565338,
0.05270718038082123,
-0.07150314748287201,
-0.12121976166963577,
0.1863233894109726,
0.5359103083610535,
1.5049017667770386,
-0.5295547842979431,
0.7600936889648438... |
func NewUsersGetInstanceRequest(server string, id string, params *UsersGetInstanceParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
serverURL, err := url... | [
-1.1640881299972534,
-0.10365946590900421,
1.0349982976913452,
-0.6412764191627502,
-0.8312215805053711,
0.025678589940071106,
0.14130882918834686,
0.13162772357463837,
-0.7151045203208923,
0.6991162300109863,
0.7787240147590637,
0.8690655827522278,
-0.6915796995162964,
1.2418150901794434,... |
func NewUsersUpdateInstanceRequest(server string, id string, body UsersUpdateInstanceJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewUsersUpdateInstanceRequestWithBody(server, id, "app... | [
-1.3793668746948242,
-0.5002971887588501,
0.4218743145465851,
-0.8136109113693237,
-1.6337612867355347,
0.3359161615371704,
-0.6294622421264648,
-0.020066795870661736,
0.1270466297864914,
0.7852022051811218,
-0.6964482665061951,
1.0116496086120605,
-0.6797980666160583,
0.08306530117988586,... |
func NewUsersUpdateInstanceRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil, err
}
server... | [
-1.135694146156311,
-0.5848417282104492,
0.7337086796760559,
-0.4002232551574707,
-1.2164639234542847,
0.35669130086898804,
-0.391140878200531,
-0.5176592469215393,
0.521726667881012,
0.5636030435562134,
0.007363130804151297,
0.49069109559059143,
-0.8448061347007751,
0.705459475517273,
-... |
func NewUsersVisibleAppsDeleteToManyRelationshipRequest(server string, id string, body UsersVisibleAppsDeleteToManyRelationshipJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewUsersVisi... | [
-0.788966953754425,
0.005028816405683756,
0.6009149551391602,
-0.6127285957336426,
-1.2202517986297607,
0.10530342161655426,
-0.23616236448287964,
-0.15430323779582977,
0.40248167514801025,
0.7784404754638672,
0.29692336916923523,
0.7968591451644897,
0.3562462627887726,
0.24664916098117828... |
func NewUsersVisibleAppsDeleteToManyRelationshipRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return... | [
-0.6207311749458313,
-0.1769273430109024,
0.8076262474060059,
-0.47359180450439453,
-0.8721927404403687,
0.32017216086387634,
0.03982052206993103,
-0.5958382487297058,
0.7353895306587219,
0.7376453280448914,
0.73180091381073,
0.36272576451301575,
0.052938561886548996,
0.49854469299316406,
... |
func NewUsersVisibleAppsGetToManyRelationshipRequest(server string, id string, params *UsersVisibleAppsGetToManyRelationshipParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
... | [
-0.9403995871543884,
0.1425788402557373,
1.0381420850753784,
-0.45311474800109863,
-1.1098010540008545,
-0.2685953974723816,
-0.23544013500213623,
-0.34278637170791626,
-0.08427152782678604,
0.843864917755127,
0.6323496699333191,
0.5571829080581665,
0.3127366006374359,
0.4774353802204132,
... |
func NewUsersVisibleAppsReplaceToManyRelationshipRequest(server string, id string, body UsersVisibleAppsReplaceToManyRelationshipJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewUsersVi... | [
-0.9039247035980225,
0.12090611457824707,
0.5814490914344788,
-0.40294310450553894,
-1.0143990516662598,
-0.16436883807182312,
-0.5421355962753296,
0.200163334608078,
0.5110833048820496,
0.6659057140350342,
-0.392217218875885,
0.3418266177177429,
-0.22251184284687042,
0.2040073275566101,
... |
func NewUsersVisibleAppsReplaceToManyRelationshipRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
retur... | [
-0.5317084789276123,
-0.12098482996225357,
0.705611526966095,
-0.5639355778694153,
-0.9245083332061768,
-0.007566037587821484,
-0.23504728078842163,
-0.36964401602745056,
0.90398770570755,
0.6787161231040955,
0.09629852324724197,
0.1848774254322052,
-0.6975307464599609,
0.3299158811569214,... |
func NewUsersVisibleAppsCreateToManyRelationshipRequest(server string, id string, body UsersVisibleAppsCreateToManyRelationshipJSONRequestBody) (*http.Request, error) {
var bodyReader io.Reader
buf, err := json.Marshal(body)
if err != nil {
return nil, err
}
bodyReader = bytes.NewReader(buf)
return NewUsersVisi... | [
-1.1109527349472046,
0.06841418147087097,
0.6023865938186646,
-0.10218222439289093,
-1.0373332500457764,
0.3528611958026886,
-0.6283025741577148,
-0.39246734976768494,
0.21209083497524261,
1.0713214874267578,
-0.12462440878152847,
0.38135722279548645,
0.14242103695869446,
0.534893393516540... |
func NewUsersVisibleAppsCreateToManyRelationshipRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return... | [
-0.6478550434112549,
-0.12181727588176727,
0.837489902973175,
0.05772622674703598,
-0.7036552429199219,
0.3767299950122833,
-0.3699793219566345,
-0.8266176581382751,
0.6304490566253662,
0.7774385213851929,
0.2701953053474426,
0.16685336828231812,
-0.17095324397087097,
0.6950231194496155,
... |
func NewUsersVisibleAppsGetToManyRelatedRequest(server string, id string, params *UsersVisibleAppsGetToManyRelatedParams) (*http.Request, error) {
var err error
var pathParam0 string
pathParam0, err = runtime.StyleParamWithLocation("simple", false, "id", runtime.ParamLocationPath, id)
if err != nil {
return nil... | [
-0.5434873104095459,
0.15360687673091888,
1.0801259279251099,
-0.2236037254333496,
-1.0451021194458008,
-0.270321249961853,
0.017040343955159187,
-0.5745883584022522,
-0.2916693091392517,
1.1745920181274414,
0.4970093071460724,
0.695392370223999,
0.14493675529956818,
0.924365222454071,
0... |
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) {
client, err := NewClient(server, opts...)
if err != nil {
return nil, err
}
return &ClientWithResponses{client}, nil
} | [
0.44897985458374023,
-1.0402487516403198,
0.07508979737758636,
0.00935281254351139,
-0.5807785391807556,
-0.482859343290329,
0.3303215205669403,
-1.457933783531189,
0.8593267798423767,
-1.2867478132247925,
-0.781674861907959,
-0.46985816955566406,
-0.7813418507575989,
0.031347792595624924,... |
func WithBaseURL(baseURL string) ClientOption {
return func(c *Client) error {
newBaseURL, err := url.Parse(baseURL)
if err != nil {
return err
}
c.Server = newBaseURL.String()
return nil
}
} | [
0.28897377848625183,
-0.8735666275024414,
0.6304144263267517,
-0.04128512740135193,
-0.40602773427963257,
0.5516353845596313,
0.11418577283620834,
-0.6259111762046814,
0.19696500897407532,
0.19481651484966278,
-0.673719584941864,
0.187267005443573,
-0.1027933657169342,
0.21815738081932068,... |
func (c *ClientWithResponses) AgeRatingDeclarationsUpdateInstanceWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgeRatingDeclarationsUpdateInstanceResponse, error) {
rsp, err := c.AgeRatingDeclarationsUpdateInstanceWithBody(ctx, id, contentType... | [
-1.261170744895935,
0.34406986832618713,
0.31936928629875183,
-1.2062491178512573,
-0.5008091926574707,
-0.1128019317984581,
-0.10228010267019272,
0.5821346640586853,
0.8279498815536499,
1.0598902702331543,
-0.3535236120223999,
-0.7447527050971985,
-0.924392819404602,
-0.1542935073375702,
... |
func (c *ClientWithResponses) AppCategoriesGetCollectionWithResponse(ctx context.Context, params *AppCategoriesGetCollectionParams, reqEditors ...RequestEditorFn) (*AppCategoriesGetCollectionResponse, error) {
rsp, err := c.AppCategoriesGetCollection(ctx, params, reqEditors...)
if err != nil {
return nil, err
}
r... | [
-0.057710982859134674,
-0.23254314064979553,
0.21489515900611877,
-0.04832477122545242,
0.2205968052148819,
-0.9635289907455444,
-0.5321450233459473,
-1.6091392040252686,
0.30453240871429443,
-0.7540173530578613,
0.3004508316516876,
-1.0972678661346436,
0.16692471504211426,
0.3022522032260... |
func (c *ClientWithResponses) AppCategoriesGetInstanceWithResponse(ctx context.Context, id string, params *AppCategoriesGetInstanceParams, reqEditors ...RequestEditorFn) (*AppCategoriesGetInstanceResponse, error) {
rsp, err := c.AppCategoriesGetInstance(ctx, id, params, reqEditors...)
if err != nil {
return nil, er... | [
-0.2789287269115448,
0.020320216193795204,
-0.06091691553592682,
-0.6090759038925171,
-0.2960124611854553,
-0.943710446357727,
-0.5093573331832886,
-0.9761692881584167,
0.41460204124450684,
-0.7037173509597778,
0.13481689989566803,
-0.8817768096923828,
-0.6951140761375427,
-0.5232761502265... |
func (c *ClientWithResponses) AppCategoriesParentGetToOneRelatedWithResponse(ctx context.Context, id string, params *AppCategoriesParentGetToOneRelatedParams, reqEditors ...RequestEditorFn) (*AppCategoriesParentGetToOneRelatedResponse, error) {
rsp, err := c.AppCategoriesParentGetToOneRelated(ctx, id, params, reqEdito... | [
0.22725993394851685,
0.04658663272857666,
0.18834519386291504,
-0.5652420520782471,
0.23242326080799103,
-1.190008521080017,
-0.24418845772743225,
-1.508923888206482,
0.0335736908018589,
-1.1762073040008545,
-0.16430385410785675,
-1.101269245147705,
-0.21121935546398163,
0.1544646620750427... |
func (c *ClientWithResponses) AppCategoriesSubcategoriesGetToManyRelatedWithResponse(ctx context.Context, id string, params *AppCategoriesSubcategoriesGetToManyRelatedParams, reqEditors ...RequestEditorFn) (*AppCategoriesSubcategoriesGetToManyRelatedResponse, error) {
rsp, err := c.AppCategoriesSubcategoriesGetToManyR... | [
0.26285016536712646,
0.6389109492301941,
0.28394976258277893,
0.09347318112850189,
0.08986721187829971,
-0.8495134115219116,
-0.9607508778572083,
-1.2511178255081177,
0.5206415057182312,
-1.2334381341934204,
-0.7432203888893127,
-0.4598757028579712,
-0.10493851453065872,
-0.202489525079727... |
func (c *ClientWithResponses) AppEncryptionDeclarationsGetCollectionWithResponse(ctx context.Context, params *AppEncryptionDeclarationsGetCollectionParams, reqEditors ...RequestEditorFn) (*AppEncryptionDeclarationsGetCollectionResponse, error) {
rsp, err := c.AppEncryptionDeclarationsGetCollection(ctx, params, reqEdit... | [
-0.2643379271030426,
-0.19445554912090302,
0.6791117191314697,
0.02259763702750206,
0.33507370948791504,
-0.7230559587478638,
-0.07814908772706985,
-1.0329079627990723,
0.6385866403579712,
0.252488911151886,
-0.218446284532547,
-0.38744378089904785,
-0.16721875965595245,
0.4399695694446563... |
func (c *ClientWithResponses) AppEncryptionDeclarationsGetInstanceWithResponse(ctx context.Context, id string, params *AppEncryptionDeclarationsGetInstanceParams, reqEditors ...RequestEditorFn) (*AppEncryptionDeclarationsGetInstanceResponse, error) {
rsp, err := c.AppEncryptionDeclarationsGetInstance(ctx, id, params, ... | [
-0.1764010339975357,
0.15794041752815247,
0.43197405338287354,
-0.7681137323379517,
-0.2638254463672638,
-0.5699718594551086,
-0.2653505206108093,
-0.61674964427948,
0.8135737180709839,
0.5154932737350464,
-0.29737210273742676,
-0.29742005467414856,
-1.1019333600997925,
-0.3452051877975464... |
func (c *ClientWithResponses) AppEncryptionDeclarationsAppGetToOneRelatedWithResponse(ctx context.Context, id string, params *AppEncryptionDeclarationsAppGetToOneRelatedParams, reqEditors ...RequestEditorFn) (*AppEncryptionDeclarationsAppGetToOneRelatedResponse, error) {
rsp, err := c.AppEncryptionDeclarationsAppGetTo... | [
0.11169064790010452,
0.128618523478508,
0.5551760196685791,
-0.13525435328483582,
0.49845612049102783,
-0.2602345049381256,
-0.07675015926361084,
-0.8349401950836182,
0.9939302802085876,
0.27269119024276733,
-0.13284942507743835,
-0.40216708183288574,
-0.13385054469108582,
-0.0503326877951... |
func (c *ClientWithResponses) AppEncryptionDeclarationsBuildsCreateToManyRelationshipWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppEncryptionDeclarationsBuildsCreateToManyRelationshipResponse, error) {
rsp, err := c.AppEncryptionDeclaration... | [
-0.4756070375442505,
0.23267892003059387,
0.38626113533973694,
0.14806996285915375,
0.3773720860481262,
0.04429631307721138,
-0.6117605566978455,
-0.38577714562416077,
1.1209373474121094,
-0.2256261110305786,
-0.2966720461845398,
-0.920623242855072,
-0.8759421110153198,
0.08293098211288452... |
func (c *ClientWithResponses) AppInfoLocalizationsCreateInstanceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppInfoLocalizationsCreateInstanceResponse, error) {
rsp, err := c.AppInfoLocalizationsCreateInstanceWithBody(ctx, contentType, body, reqEditors... | [
-0.02942168153822422,
-0.2849917709827423,
-0.0268354881554842,
-0.5954804420471191,
-0.43661144375801086,
0.36382177472114563,
-0.3744209408760071,
-0.5083830952644348,
0.6884670853614807,
0.026345310732722282,
-0.32395926117897034,
-1.760707139968872,
-0.635863184928894,
-0.0864156186580... |
func (c *ClientWithResponses) AppInfoLocalizationsDeleteInstanceWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*AppInfoLocalizationsDeleteInstanceResponse, error) {
rsp, err := c.AppInfoLocalizationsDeleteInstance(ctx, id, reqEditors...)
if err != nil {
return nil, err
}
return Parse... | [
-0.2231585830450058,
-0.937012255191803,
0.025547638535499573,
-0.6929810047149658,
-0.5031512379646301,
-0.17620815336704254,
-0.18034867942333221,
0.060367830097675323,
0.9891477227210999,
-0.2501772940158844,
0.14140036702156067,
-1.6001769304275513,
-0.49596041440963745,
-0.56653714179... |
func (c *ClientWithResponses) AppInfoLocalizationsGetInstanceWithResponse(ctx context.Context, id string, params *AppInfoLocalizationsGetInstanceParams, reqEditors ...RequestEditorFn) (*AppInfoLocalizationsGetInstanceResponse, error) {
rsp, err := c.AppInfoLocalizationsGetInstance(ctx, id, params, reqEditors...)
if e... | [
-0.14248618483543396,
-0.5544230937957764,
-0.007740487810224295,
-0.4630829393863678,
-0.5757155418395996,
-0.3203383684158325,
-0.19699765741825104,
-0.6300833225250244,
0.9156787991523743,
-0.16234564781188965,
-0.08374486863613129,
-1.3633618354797363,
-0.7515619397163391,
-0.944252967... |
func (c *ClientWithResponses) AppInfoLocalizationsUpdateInstanceWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppInfoLocalizationsUpdateInstanceResponse, error) {
rsp, err := c.AppInfoLocalizationsUpdateInstanceWithBody(ctx, id, contentType, b... | [
-0.33074456453323364,
-0.8334065079689026,
0.07608868926763535,
-0.664242148399353,
-0.7329878211021423,
-0.1666724532842636,
-0.47022393345832825,
0.055175233632326126,
0.8939038515090942,
0.10441473126411438,
-0.23817075788974762,
-1.552485704421997,
-0.5377785563468933,
-0.4619562029838... |
func (c *ClientWithResponses) AppInfosGetInstanceWithResponse(ctx context.Context, id string, params *AppInfosGetInstanceParams, reqEditors ...RequestEditorFn) (*AppInfosGetInstanceResponse, error) {
rsp, err := c.AppInfosGetInstance(ctx, id, params, reqEditors...)
if err != nil {
return nil, err
}
return ParseAp... | [
-0.2782467007637024,
-0.8403753042221069,
0.23645508289337158,
-0.5279219746589661,
-0.4041668474674225,
-0.11033698171377182,
-0.3540191948413849,
0.0008611747762188315,
-0.15678711235523224,
-0.21710310876369476,
-0.12104381620883942,
-0.5860093235969543,
-0.2615317404270172,
-0.07359543... |
func (c *ClientWithResponses) AppInfosUpdateInstanceWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppInfosUpdateInstanceResponse, error) {
rsp, err := c.AppInfosUpdateInstanceWithBody(ctx, id, contentType, body, reqEditors...)
if err != nil {... | [
-0.5748274326324463,
-1.1308107376098633,
0.2379043847322464,
-0.37048599123954773,
-0.5249339938163757,
-0.1160767674446106,
-0.7749249935150146,
0.07506543397903442,
0.819304883480072,
-0.25286009907722473,
-0.48642346262931824,
-1.0839282274246216,
-0.44008132815361023,
-0.2259532064199... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.