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
Software Engineers_edited.jpg
No posts published in this language yet
Once posts are published, you’ll see them here.

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