Skip to content

Pixy/amv_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

proxy api to an external client api.

  • will return data (a list of products) fetched from the client api if the client api is up and the data is parseable

  • will return an empty list of produts otherwise

The external client api is quite slow so request are done in backgroud and returned data is cached. On cold cache => an empty list of products is returned

Responses are in JSON format

Errors are tracked using a third party tool (HoneyBadger)

Configuration

In production several environement variables need to be manually set:

  • AMV_URL

  • AMV_USER

  • AMV_PASSWORD

About

proxy api to an external client api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •