ApiClient
=========

.. autoclass:: qiskit_calculquebec.API.client.ApiClient
   :show-inheritance:

   
     
   

   
   

   

   .. raw:: html

      <a class="attr-details-header collapse-header collapsed" data-bs-toggle="collapse" href="#attrDetails-qiskit-calculquebec-API-client-ApiClient" role="button" aria-expanded="false" aria-controls="attrDetails-qiskit-calculquebec-API-client-ApiClient">
         <h2 style="font-size: 24px;">
            <i class="fas fa-angle-down rotate" style="float: right;"></i> Attributes
         </h2>
      </a>
      <div class="collapse show" id="attrDetails-qiskit-calculquebec-API-client-ApiClient">

   
   

   .. autosummary::
      
   
      ~ApiClient.circuit_name
      ~ApiClient.machine_name
      ~ApiClient.project_id
      ~ApiClient.project_name

   
   

   
   .. autoattribute:: circuit_name
   .. autoattribute:: machine_name
   .. autoattribute:: project_id
   .. autoattribute:: project_name

   .. raw:: html

      </div>

   
   

   
   
   

   .. raw:: html

      <script type="text/javascript">
             document.querySelectorAll('.collapse-header').forEach((header) => {
                header.addEventListener('click', () => {
                   const icon = header.querySelector('h2 i');
                   if (icon) icon.classList.toggle('up');
                });
             });
      </script>