Skip to content

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

Notifications You must be signed in to change notification settings

teamoneo/hermes-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published