Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes Api

Documentation

  • How to use Hermes API with Axios
import axios from "axios";

const api = axios.create({
  baseURL: "https://www.hermesapi.com.br",
});

const response = await api.post("/attendances", {
  question,
  origin: linkProduct,
});

console.log(response.data);

About

Back-end application created for Hermes application, using Node.js and TypeScript.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages