コード例 #1
0
        /// <summary>
        /// Gets the full player&#39;s name history
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="strippedUuid">The player UUID without hyphens</param>
        /// <returns>Task of List&lt;NameChange&gt;</returns>
        public async System.Threading.Tasks.Task <List <NameChange> > GetNameHistoryAsync(string strippedUuid)
        {
            Org.OpenAPITools.Client.ApiResponse <List <NameChange> > localVarResponse = await GetNameHistoryAsyncWithHttpInfo(strippedUuid);

            return(localVarResponse.Data);
        }
コード例 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <returns>InlineResponseDefault</returns>
 public InlineResponseDefault FooGet()
 {
     Org.OpenAPITools.Client.ApiResponse <InlineResponseDefault> localVarResponse = FooGetWithHttpInfo();
     return(localVarResponse.Data);
 }
コード例 #3
0
ファイル: StoreApi.cs プロジェクト: zfr/openapi-generator
 /// <summary>
 /// Returns pet inventories by status Returns a map of status codes to quantities
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <returns>Dictionary&lt;string, int&gt;</returns>
 public Dictionary <string, int> GetInventory()
 {
     Org.OpenAPITools.Client.ApiResponse <Dictionary <string, int> > localVarResponse = GetInventoryWithHttpInfo();
     return(localVarResponse.Data);
 }
コード例 #4
0
        /// <summary>
        ///  Het zoeken van bij het kadaster geregistreerde niet natuurlijke personen die al dan niet in het handelsregister (HR) zijn ingeschreven. Kadasternietnatuurlijkpersonen worden niet geactualiseerd.
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="q">Free query parameter. Dit endpoint evolueert naar free query zoeken. In deze versie kan alleen een combinatie van (het begin van de) de statutaire naam en zetel (vestigingsplaats) worden opgegeven. Let op! Een niet natuurlijk persoon kan meerdere keren, en op meer dan één manier voorkomen in de BRK.</param>
        /// <param name="fields">Hiermee kun je de inhoud van de resource naar behoefte aanpassen door een door komma&#39;s gescheiden lijst van property namen op te geven. Bij opgave van niet-bestaande properties wordt een 400 Bad Request teruggegeven. Wanneer de fields parameter niet is opgegeven, worden alle properties met een waarde teruggegeven. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.0.0/features/fields.feature) (optional)</param>
        /// <returns>Task of KadasterNietNatuurlijkPersoonHalCollectie</returns>
        public async System.Threading.Tasks.Task <KadasterNietNatuurlijkPersoonHalCollectie> GetKadasterNietNatuurlijkPersonenAsync(string q, string fields = default(string))
        {
            Org.OpenAPITools.Client.ApiResponse <KadasterNietNatuurlijkPersoonHalCollectie> localVarResponse = await GetKadasterNietNatuurlijkPersonenAsyncWithHttpInfo(q, fields);

            return(localVarResponse.Data);
        }
コード例 #5
0
        /// <summary>
        ///  Het raadplegen van een bij het kadaster geregistreerde niet natuurlijke persoon die al dan niet in het handelsregister (HR) is ingeschreven. Kadasternietnatuurlijkpersonen worden niet geactualiseerd.
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="kadasternietnatuurlijkpersoonidentificatie"></param>
        /// <param name="fields">Hiermee kun je de inhoud van de resource naar behoefte aanpassen door een door komma&#39;s gescheiden lijst van property namen op te geven. Bij opgave van niet-bestaande properties wordt een 400 Bad Request teruggegeven. Wanneer de fields parameter niet is opgegeven, worden alle properties met een waarde teruggegeven. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.0.0/features/fields.feature) (optional)</param>
        /// <returns>Task of KadasterNietNatuurlijkPersoonHal</returns>
        public async System.Threading.Tasks.Task <KadasterNietNatuurlijkPersoonHal> GetKadasterNietNatuurlijkPersoonAsync(string kadasternietnatuurlijkpersoonidentificatie, string fields = default(string))
        {
            Org.OpenAPITools.Client.ApiResponse <KadasterNietNatuurlijkPersoonHal> localVarResponse = await GetKadasterNietNatuurlijkPersoonAsyncWithHttpInfo(kadasternietnatuurlijkpersoonidentificatie, fields);

            return(localVarResponse.Data);
        }
 /// <summary>
 ///  &lt;body&gt;&lt;p&gt;Het bericht dat de JSON/REST API voor het ophalen van gegevens van een amendement retourneert. I.h.k.v. deze API zijn alleen juridische regels die minimaal één activiteit bevatten van belang.&lt;/p&gt;&lt;/body&gt;
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="identificatie">&lt;body&gt;&lt;p&gt;Een inhoudelijke toelichting op de toepassing van het informatie-element.&lt;/p&gt;&lt;/body&gt;&lt;body&gt;&lt;p&gt;De verzameling van waarden die gegevens van dit attribuutsoort kunnen hebben, dat wil zeggen het waardenbereik, uitgedrukt in een specifieke structuur.&lt;/p&gt;&lt;/body&gt;</param>
 /// <param name="acceptCrs">Gewenste CRS van de coördinaten in de response. (optional)</param>
 /// <param name="expand">Hiermee kun je opgeven welke gerelateerde resources meegeleverd moeten worden, en hun inhoud naar behoefte aanpassen. Hele resources of enkele properties geef je in de expand parameter kommagescheiden op. Properties die je wil ontvangen geef je op met de resource-naam gevolgd door de property naam, met daartussen een punt. In de definitie van het antwoord kun je bij _embedded zien welke gerelateerde resources meegeleverd kunnen worden. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.2.0/features/expand.feature). (optional)</param>
 /// <returns>JuridischeRegelVoorIedereenHal</returns>
 public JuridischeRegelVoorIedereenHal GetjuridischeRegelVoorIedereen(string identificatie, CrsEnum?acceptCrs = default(CrsEnum?), string expand = default(string))
 {
     Org.OpenAPITools.Client.ApiResponse <JuridischeRegelVoorIedereenHal> localVarResponse = GetjuridischeRegelVoorIedereenWithHttpInfo(identificatie, acceptCrs, expand);
     return(localVarResponse.Data);
 }
        /// <summary>
        ///  &lt;body&gt;&lt;p&gt;Het bericht dat de JSON/REST API voor het ophalen van een collectie amendementen retourneert. I.h.k.v. deze API zijn alleen juridische regels die minimaal één activiteit bevatten van belang.&lt;/p&gt;&lt;/body&gt;
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="acceptCrs">Gewenste CRS van de coördinaten in de response. (optional)</param>
        /// <param name="page">Een pagina binnen de gepagineerde resultatenset. (optional)</param>
        /// <param name="expand">Hiermee kun je opgeven welke gerelateerde resources meegeleverd moeten worden, en hun inhoud naar behoefte aanpassen. Hele resources of enkele properties geef je in de expand parameter kommagescheiden op. Properties die je wil ontvangen geef je op met de resource-naam gevolgd door de property naam, met daartussen een punt. In de definitie van het antwoord kun je bij _embedded zien welke gerelateerde resources meegeleverd kunnen worden. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.2.0/features/expand.feature). (optional)</param>
        /// <param name="pageSize"> (optional, default to 20)</param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of JuridischeRegelVoorIedereenHalCollectie</returns>
        public async System.Threading.Tasks.Task <JuridischeRegelVoorIedereenHalCollectie> GetjuridischeRegelsVoorIedereenAsync(CrsEnum?acceptCrs = default(CrsEnum?), int?page = default(int?), string expand = default(string), int?pageSize = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Org.OpenAPITools.Client.ApiResponse <JuridischeRegelVoorIedereenHalCollectie> localVarResponse = await GetjuridischeRegelsVoorIedereenWithHttpInfoAsync(acceptCrs, page, expand, pageSize, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
コード例 #8
0
        /// <summary>
        /// To test special tags To test special tags and operation ID starting with number
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="body">client model</param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of ModelClient</returns>
        public async System.Threading.Tasks.Task <ModelClient> Call123TestSpecialTagsAsync(ModelClient body, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Org.OpenAPITools.Client.ApiResponse <ModelClient> localVarResponse = await Call123TestSpecialTagsWithHttpInfoAsync(body, cancellationToken);

            return(localVarResponse.Data);
        }
コード例 #9
0
 /// <summary>
 /// Retrieve alert details. Retrieve the details of an alert that was sent VictorOps by you.  This API may be called a maximum of 60 times per minute.
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="xVOApiId">Your API ID</param>
 /// <param name="xVOApiKey">Your API Key</param>
 /// <param name="uuid">The VictorOps uuid of the alert</param>
 /// <returns>GetAlertResponse</returns>
 public GetAlertResponse ApiPublicV1AlertsUuidGet(string xVOApiId, string xVOApiKey, string uuid)
 {
     Org.OpenAPITools.Client.ApiResponse <GetAlertResponse> localVarResponse = ApiPublicV1AlertsUuidGetWithHttpInfo(xVOApiId, xVOApiKey, uuid);
     return(localVarResponse.Data);
 }
コード例 #10
0
        /// <summary>
        /// Get list of questions
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <returns>Task of List&lt;SecurityChallenge&gt;</returns>
        public async System.Threading.Tasks.Task <List <SecurityChallenge> > ListPendingSecurityQuestionsAsync()
        {
            Org.OpenAPITools.Client.ApiResponse <List <SecurityChallenge> > localVarResponse = await ListPendingSecurityQuestionsAsyncWithHttpInfo();

            return(localVarResponse.Data);
        }
コード例 #11
0
 /// <summary>
 /// To test special tags To test special tags and operation ID starting with number
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="body">client model</param>
 /// <returns>ModelClient</returns>
 public ModelClient Call123TestSpecialTags(ModelClient body)
 {
     Org.OpenAPITools.Client.ApiResponse <ModelClient> localVarResponse = Call123TestSpecialTagsWithHttpInfo(body);
     return(localVarResponse.Data);
 }
コード例 #12
0
 /// <summary>
 /// Get list of questions
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <returns>List&lt;SecurityChallenge&gt;</returns>
 public List <SecurityChallenge> ListPendingSecurityQuestions()
 {
     Org.OpenAPITools.Client.ApiResponse <List <SecurityChallenge> > localVarResponse = ListPendingSecurityQuestionsWithHttpInfo();
     return(localVarResponse.Data);
 }
コード例 #13
0
        /// <summary>
        /// Find the UUID by name Find the current player name, UUID, demo status and migration flag by the current player name or at a given time.
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="username">The username in a given time, or in present if \&quot;at\&quot; is not sent</param>
        /// <param name="at">Find the username in a given time, when 0 selects the original name however, it only works if the name was changed at least once, or if the account is legacy. The time is an UNIX timestamp (without milliseconds) (optional)</param>
        /// <returns>Task of CurrentPlayerIDs</returns>
        public async System.Threading.Tasks.Task <CurrentPlayerIDs> GetUniqueIdByNameAsync(string username, long?at = null)
        {
            Org.OpenAPITools.Client.ApiResponse <CurrentPlayerIDs> localVarResponse = await GetUniqueIdByNameAsyncWithHttpInfo(username, at);

            return(localVarResponse.Data);
        }
コード例 #14
0
 /// <summary>
 /// Find the UUID by name Find the current player name, UUID, demo status and migration flag by the current player name or at a given time.
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="username">The username in a given time, or in present if \&quot;at\&quot; is not sent</param>
 /// <param name="at">Find the username in a given time, when 0 selects the original name however, it only works if the name was changed at least once, or if the account is legacy. The time is an UNIX timestamp (without milliseconds) (optional)</param>
 /// <returns>CurrentPlayerIDs</returns>
 public CurrentPlayerIDs GetUniqueIdByName(string username, long?at = null)
 {
     Org.OpenAPITools.Client.ApiResponse <CurrentPlayerIDs> localVarResponse = GetUniqueIdByNameWithHttpInfo(username, at);
     return(localVarResponse.Data);
 }
コード例 #15
0
 /// <summary>
 /// Generate an access token for user authentication. This is the access token generation call for authorizing subsequent financial transactions. A valid access token is required for web client requests.
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="contentType">Content type.</param>
 /// <param name="clientRequestId">A client-generated ID for request tracking and signature creation, unique per request.  This is also used for idempotency control. We recommend 128-bit UUID format.</param>
 /// <param name="apiKey">Key given to merchant after boarding associating their requests with the appropriate app in Apigee.</param>
 /// <param name="timestamp">Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).</param>
 /// <param name="accessTokenRequest">Access token request</param>
 /// <param name="messageSignature">Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal. (optional)</param>
 /// <returns>AccessTokenResponse</returns>
 public AccessTokenResponse AuthenticationAccessTokensPost(string contentType, string clientRequestId, string apiKey, long timestamp, AccessTokenRequest accessTokenRequest, string messageSignature = null)
 {
     Org.OpenAPITools.Client.ApiResponse <AccessTokenResponse> localVarResponse = AuthenticationAccessTokensPostWithHttpInfo(contentType, clientRequestId, apiKey, timestamp, accessTokenRequest, messageSignature);
     return(localVarResponse.Data);
 }
コード例 #16
0
        /// <summary>
        /// Retrieve alert details. Retrieve the details of an alert that was sent VictorOps by you.  This API may be called a maximum of 60 times per minute.
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="xVOApiId">Your API ID</param>
        /// <param name="xVOApiKey">Your API Key</param>
        /// <param name="uuid">The VictorOps uuid of the alert</param>
        /// <returns>Task of GetAlertResponse</returns>
        public async System.Threading.Tasks.Task <GetAlertResponse> ApiPublicV1AlertsUuidGetAsync(string xVOApiId, string xVOApiKey, string uuid)
        {
            Org.OpenAPITools.Client.ApiResponse <GetAlertResponse> localVarResponse = await ApiPublicV1AlertsUuidGetAsyncWithHttpInfo(xVOApiId, xVOApiKey, uuid);

            return(localVarResponse.Data);
        }
コード例 #17
0
        /// <summary>
        /// Generate an access token for user authentication. This is the access token generation call for authorizing subsequent financial transactions. A valid access token is required for web client requests.
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="contentType">Content type.</param>
        /// <param name="clientRequestId">A client-generated ID for request tracking and signature creation, unique per request.  This is also used for idempotency control. We recommend 128-bit UUID format.</param>
        /// <param name="apiKey">Key given to merchant after boarding associating their requests with the appropriate app in Apigee.</param>
        /// <param name="timestamp">Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).</param>
        /// <param name="accessTokenRequest">Access token request</param>
        /// <param name="messageSignature">Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal. (optional)</param>
        /// <returns>Task of AccessTokenResponse</returns>
        public async System.Threading.Tasks.Task <AccessTokenResponse> AuthenticationAccessTokensPostAsync(string contentType, string clientRequestId, string apiKey, long timestamp, AccessTokenRequest accessTokenRequest, string messageSignature = null)
        {
            Org.OpenAPITools.Client.ApiResponse <AccessTokenResponse> localVarResponse = await AuthenticationAccessTokensPostAsyncWithHttpInfo(contentType, clientRequestId, apiKey, timestamp, accessTokenRequest, messageSignature);

            return(localVarResponse.Data);
        }
コード例 #18
0
ファイル: DiscordApi.cs プロジェクト: WestMarches/WM-SDK
 /// <summary>
 ///
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <returns>List&lt;Object&gt;</returns>
 public List <Object> GetIncomingForDiscordServer()
 {
     Org.OpenAPITools.Client.ApiResponse <List <Object> > localVarResponse = GetIncomingForDiscordServerWithHttpInfo();
     return(localVarResponse.Data);
 }
 /// <summary>
 ///  &lt;body&gt;&lt;p&gt;Het bericht dat de JSON/REST API voor het ophalen van een collectie amendementen retourneert. I.h.k.v. deze API zijn alleen juridische regels die minimaal één activiteit bevatten van belang.&lt;/p&gt;&lt;/body&gt;
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="acceptCrs">Gewenste CRS van de coördinaten in de response. (optional)</param>
 /// <param name="page">Een pagina binnen de gepagineerde resultatenset. (optional)</param>
 /// <param name="expand">Hiermee kun je opgeven welke gerelateerde resources meegeleverd moeten worden, en hun inhoud naar behoefte aanpassen. Hele resources of enkele properties geef je in de expand parameter kommagescheiden op. Properties die je wil ontvangen geef je op met de resource-naam gevolgd door de property naam, met daartussen een punt. In de definitie van het antwoord kun je bij _embedded zien welke gerelateerde resources meegeleverd kunnen worden. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.2.0/features/expand.feature). (optional)</param>
 /// <param name="pageSize"> (optional, default to 20)</param>
 /// <returns>JuridischeRegelVoorIedereenHalCollectie</returns>
 public JuridischeRegelVoorIedereenHalCollectie GetjuridischeRegelsVoorIedereen(CrsEnum?acceptCrs = default(CrsEnum?), int?page = default(int?), string expand = default(string), int?pageSize = default(int?))
 {
     Org.OpenAPITools.Client.ApiResponse <JuridischeRegelVoorIedereenHalCollectie> localVarResponse = GetjuridischeRegelsVoorIedereenWithHttpInfo(acceptCrs, page, expand, pageSize);
     return(localVarResponse.Data);
 }
コード例 #20
0
ファイル: DiscordApi.cs プロジェクト: WestMarches/WM-SDK
        /// <summary>
        ///
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of List&lt;Object&gt;</returns>
        public async System.Threading.Tasks.Task <List <Object> > GetIncomingForDiscordServerAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Org.OpenAPITools.Client.ApiResponse <List <Object> > localVarResponse = await GetIncomingForDiscordServerWithHttpInfoAsync(cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
コード例 #21
0
 /// <summary>
 ///  Het zoeken van bij het kadaster geregistreerde niet natuurlijke personen die al dan niet in het handelsregister (HR) zijn ingeschreven. Kadasternietnatuurlijkpersonen worden niet geactualiseerd.
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="q">Free query parameter. Dit endpoint evolueert naar free query zoeken. In deze versie kan alleen een combinatie van (het begin van de) de statutaire naam en zetel (vestigingsplaats) worden opgegeven. Let op! Een niet natuurlijk persoon kan meerdere keren, en op meer dan één manier voorkomen in de BRK.</param>
 /// <param name="fields">Hiermee kun je de inhoud van de resource naar behoefte aanpassen door een door komma&#39;s gescheiden lijst van property namen op te geven. Bij opgave van niet-bestaande properties wordt een 400 Bad Request teruggegeven. Wanneer de fields parameter niet is opgegeven, worden alle properties met een waarde teruggegeven. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.0.0/features/fields.feature) (optional)</param>
 /// <returns>KadasterNietNatuurlijkPersoonHalCollectie</returns>
 public KadasterNietNatuurlijkPersoonHalCollectie GetKadasterNietNatuurlijkPersonen(string q, string fields = default(string))
 {
     Org.OpenAPITools.Client.ApiResponse <KadasterNietNatuurlijkPersoonHalCollectie> localVarResponse = GetKadasterNietNatuurlijkPersonenWithHttpInfo(q, fields);
     return(localVarResponse.Data);
 }
コード例 #22
0
 /// <summary>
 /// Convert between UPC, EAN, and ASIN product codes. Returns the converted UPC, EAN, and ASIN codes.
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="upcEanAsin">UPC, EAN, or ASIN</param>
 /// <returns>InlineResponse200</returns>
 public InlineResponse200 ConvertCode(string upcEanAsin)
 {
     Org.OpenAPITools.Client.ApiResponse <InlineResponse200> localVarResponse = ConvertCodeWithHttpInfo(upcEanAsin);
     return(localVarResponse.Data);
 }
コード例 #23
0
 /// <summary>
 ///  Het raadplegen van een bij het kadaster geregistreerde niet natuurlijke persoon die al dan niet in het handelsregister (HR) is ingeschreven. Kadasternietnatuurlijkpersonen worden niet geactualiseerd.
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="kadasternietnatuurlijkpersoonidentificatie"></param>
 /// <param name="fields">Hiermee kun je de inhoud van de resource naar behoefte aanpassen door een door komma&#39;s gescheiden lijst van property namen op te geven. Bij opgave van niet-bestaande properties wordt een 400 Bad Request teruggegeven. Wanneer de fields parameter niet is opgegeven, worden alle properties met een waarde teruggegeven. Zie [functionele specificaties](https://github.com/VNG-Realisatie/Haal-Centraal-common/blob/v1.0.0/features/fields.feature) (optional)</param>
 /// <returns>KadasterNietNatuurlijkPersoonHal</returns>
 public KadasterNietNatuurlijkPersoonHal GetKadasterNietNatuurlijkPersoon(string kadasternietnatuurlijkpersoonidentificatie, string fields = default(string))
 {
     Org.OpenAPITools.Client.ApiResponse <KadasterNietNatuurlijkPersoonHal> localVarResponse = GetKadasterNietNatuurlijkPersoonWithHttpInfo(kadasternietnatuurlijkpersoonidentificatie, fields);
     return(localVarResponse.Data);
 }
コード例 #24
0
        /// <summary>
        /// Convert between UPC, EAN, and ASIN product codes. Returns the converted UPC, EAN, and ASIN codes.
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="upcEanAsin">UPC, EAN, or ASIN</param>
        /// <returns>Task of InlineResponse200</returns>
        public async System.Threading.Tasks.Task <InlineResponse200> ConvertCodeAsync(string upcEanAsin)
        {
            Org.OpenAPITools.Client.ApiResponse <InlineResponse200> localVarResponse = await ConvertCodeAsyncWithHttpInfo(upcEanAsin);

            return(localVarResponse.Data);
        }
コード例 #25
0
        /// <summary>
        ///
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of InlineResponseDefault</returns>
        public async System.Threading.Tasks.Task <InlineResponseDefault> FooGetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Org.OpenAPITools.Client.ApiResponse <InlineResponseDefault> localVarResponse = await FooGetWithHttpInfoAsync(cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
コード例 #26
0
 /// <summary>
 /// To test class name in snake case To test class name in snake case
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="body">client model</param>
 /// <returns>ModelClient</returns>
 public ModelClient TestClassname(ModelClient body)
 {
     Org.OpenAPITools.Client.ApiResponse <ModelClient> localVarResponse = TestClassnameWithHttpInfo(body);
     return(localVarResponse.Data);
 }
コード例 #27
0
        /// <summary>
        ///
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <returns>Task of InlineResponseDefault</returns>
        public async System.Threading.Tasks.Task <InlineResponseDefault> FooGetAsync()
        {
            Org.OpenAPITools.Client.ApiResponse <InlineResponseDefault> localVarResponse = await FooGetAsyncWithHttpInfo();

            return(localVarResponse.Data);
        }
コード例 #28
0
        /// <summary>
        /// To test class name in snake case To test class name in snake case
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="body">client model</param>
        /// <returns>Task of ModelClient</returns>
        public async System.Threading.Tasks.Task <ModelClient> TestClassnameAsync(ModelClient body)
        {
            Org.OpenAPITools.Client.ApiResponse <ModelClient> localVarResponse = await TestClassnameAsyncWithHttpInfo(body);

            return(localVarResponse.Data);
        }
コード例 #29
0
ファイル: StoreApi.cs プロジェクト: zfr/openapi-generator
        /// <summary>
        /// Returns pet inventories by status Returns a map of status codes to quantities
        /// </summary>
        /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
        /// <returns>Task of Dictionary&lt;string, int&gt;</returns>
        public async System.Threading.Tasks.Task <Dictionary <string, int> > GetInventoryAsync()
        {
            Org.OpenAPITools.Client.ApiResponse <Dictionary <string, int> > localVarResponse = await GetInventoryAsyncWithHttpInfo();

            return(localVarResponse.Data);
        }
コード例 #30
0
 /// <summary>
 /// Gets the full player&#39;s name history
 /// </summary>
 /// <exception cref="Org.OpenAPITools.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="strippedUuid">The player UUID without hyphens</param>
 /// <returns>List&lt;NameChange&gt;</returns>
 public List <NameChange> GetNameHistory(string strippedUuid)
 {
     Org.OpenAPITools.Client.ApiResponse <List <NameChange> > localVarResponse = GetNameHistoryWithHttpInfo(strippedUuid);
     return(localVarResponse.Data);
 }