Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 802 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 802 Bytes

Examples

  • nestjs-axiosfit: It shows how to use Axiosfit inside a NestJS application when a service needs to call another service.
  • arangodb-axiosfit: Another example using Axiosfit to call ArangoDB REST API to add Game Of Thrones data.
  • expressjs-axiosfit: It shows how to use Axiosfit inside an expressjs application using TypeScript when a service needs to call another service.