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

Digital Product Development

Un adecuado diseño que te ayude a fidelizar.

MVP

Entrega rápida de productos de alta calidad con diferentes funcionalidades.

DEDICATED TEAM

Puesta a disposición de equipos para tu proyecto.

Contacto

Calle Sta Engracia, 90, piso 2, 28010 Madrid

  • LinkedIn
  • Instagram

¡Gracias! En breve nos pondremos en contacto

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