Skip to content

Mapistry/httpStatusCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This package is now deprecated. HTTP status codes used by Mapistry now live in an enum in mapistry-shared. Replacement is straightforward, and should be done gradually as code using the httpStatusCodes package is touched:

// in existing code
httpCodes = require('httpStatusCodes');
....
ret = httpCodes.SUCCESS

// replace with
import { HttpStatusCode } from 'mapistry-shared';
...
ret = HttpStatusCode.SUCCESS 

About

A list of http status codes used by the mapistry API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •