Skip to content
#

API

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 33,606 public repositories matching this topic...

Shatur95
Shatur95 commented Jul 13, 2020
  • nvim --version: NVIM v0.5.0-593-g1ca67a73c
  • language server name/version: Godot 3.2.2
  • Operating system/version: Arch Linux
nvim -c ":checkhealth nvim nvim_lsp"

health#nvim#check

Configuration

  • OK: no issues found

Performance

  • OK: Build type: RelWithDebInfo

fastapi
tiangolo
tiangolo commented Aug 9, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
regzon
regzon commented May 6, 2020

Hello there. Sorry for not using the issue template, but I think it is not suitable in this situation.

I want to ask if there exists detailed documentation about the @action decorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass a serializer_class inside but found out that I can do it only after searching for issues on Github.

insomnia
lrweck
lrweck commented Aug 12, 2020

Describe the bug
I'm using java to develop a webservice and when I throw an exception it returns the correct response code, however the message does not contain spaces.

To Reproduce
Steps to reproduce the behavior:

  1. throw exception that contains spaces in its messages in the app

Expected behavior
The returned message should contain spaces.

Screenshots
Insomnia:
![i

Wikipedia
Wikipedia
You can’t perform that action at this time.