boyney123/mockit

Add more status codes

Open

#2 geöffnet am 20. Apr. 2019

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)JavaScript (76 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.576 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

At the moment MockIt supports

export const StatusCodes = {
  OK: "200",
  CREATED: "201",
  NO_CONTENT: "204",
  BAD_REQUEST: "400",
  FORBIDDEN: "401",
  INTERNAL_SERVER_ERROR: "500"
};

Might be worth adding some more? https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

If anybody is up for the challenge :)?

Contributor Guide