AsyncHttpClient client = new DefaultAsyncHttpClient(); client.prepare("POST", "https://api.personio.de/v1/auth?client_id=MmFjMTIyMjM0MmIyMDk3NDhjMDA3ODJk&client_secret=YjBlMjlhZDk2MDczYjUyNDI1YmFmOGFjZjliOWIzNjUyMTE2") .setHeader("accept", "application/json") .execute() .toCompletableFuture() .thenAccept(System.out::println) .join(); client.close(); const options = {method: 'POST', headers: {accept: 'application/json'}}; fetch('https://api.personio.de/v1/auth?client_id=MmFjMTIyMjM0MmIyMDk3NDhjMDA3ODJk&client_secret=YjBlMjlhZDk2MDczYjUyNDI1YmFmOGFjZjliOWIzNjUyMTE2', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
top of page
Animador digital

product development

A suitable design that helps you retain loyalty.

Fast delivery of high quality product with functionalities

Recruitment of talent for your project

Contact

Sta Engracia Street, 90, 2nd floor, 28010 Madrid

  • LinkedIn
  • Instagram

Thank you! We will contact you shortly

2022© Excibit Solutions

kit_digital_logo_auto_x2-removebg-preview-e1644495773890.webp
bottom of page