Skip to content

ateliedocodigo/api-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Updates

Available on GitHub Pages, Api Updates is an interface to monitor service version across environments.

Inspired on swagger, it uses a configuration url, that loads the services table.

Default Table Loaded

Each line is an api, with a name, staging url and production url.

By clicking on service link, it will fill the current cell with service content.

The call button will call both current row services.

The call button on header, will call all services.

After each call, result column will be filled with the comparision of staging and producion satus.

Full called Table

Result Description
0 Staging or Production error
1 Content differ
2 Content is equal

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.