Skip to content
#

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 3,897 public repositories matching this topic...

hoppscotch
JoelJacobStephen
JoelJacobStephen commented Aug 24, 2020

Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.

To Reproduce
Steps to reproduce the behavior:

  1. Click the resize button on the code editor and drag it down
  2. The code doesn't resize

Expected behavior
I expected the code to resize as I drag down the button.

Screenshots
If applicable, add screenshots to

Cemanuele
Cemanuele commented Mar 6, 2021

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

aurora-api-project

Aurora is a project developed in .NET Core, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD.

  • Updated Feb 7, 2021
  • C#
Wikipedia
Wikipedia