Skip to content
#

api-client

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

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

nunomaduro
nunomaduro commented Feb 19, 2019

This issue was created to be a good first issue. The Goal is to study the inclusion of some require-dev dependencies to analyse and detect issues in source for us.

Some proposals:

  • phpstan
  • phploc
  • phpmd

After discussion, we may want you to perform a pull request that includes the tool in the project. You may also have to update the travis.yml.

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