api-rest
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 4,033 public repositories matching this topic...
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Mar 12, 2021 - Python
-
Updated
Mar 31, 2021 - PHP
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Feb 29, 2020 - Dart
-
Updated
Mar 31, 2021 - PHP
-
Updated
Mar 11, 2021 - Ruby
-
Updated
Mar 30, 2021 - Objective-C
-
Updated
Dec 19, 2020 - JavaScript
-
Updated
Mar 5, 2021 - Jupyter Notebook
-
Updated
Nov 16, 2020 - Go
-
Updated
Mar 24, 2019 - PHP
-
Updated
Mar 15, 2021 - C#
-
Updated
Mar 25, 2021 - Ruby
Descreva o bug
Ao tentar incluir um novo usuário, gerou o erro 500.
Reproduzir
Foram enviados os seguintes dados:
Body:
{
"nome": Fulano de Tal,
"email": fulano@test.com,
"password": fulano,
"administrador": true
}
E obtive o seguinte retorno:
HTTP/1.1 500 Internal Server Error
Date: Sat, 06 Mar 2021 21:49:34 GMT
Content-Type: application/json; charset=utf-8
-
Updated
Apr 9, 2018 - Ruby
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Feb 14, 2021 - Go
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Feb 7, 2021 - C#
-
Updated
Mar 26, 2018 - Java
-
Updated
Dec 22, 2018 - Go
-
Updated
Mar 16, 2020 - Python
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Users cannot send JSON to an endpoint if the endpoint requires numbers to be JSON numbers. Currently Hoppscotch serializes all parameters as JSON strings.
Describe the solution you'd like

User input:
Expected