The Wayback Machine - https://web.archive.org/web/20201113053526/https://github.com/topics/api-client
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,304 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

insomnia
2
3DRaven
3DRaven commented Nov 2, 2020

Describe the bug
Sometime I have crash in UI. See attachment screenshot.
To Reproduce
Sometime
Expected behavior
Version: Insomnia Core 2020.4.0
Release date: 10.09.2020
OS: Linux x64 5.8.0-9.3-liquorix-amd64
Electron: 9.1.1
Node: 12.14.1
V8: 8.3.110.13-electron.0
Architecture: x64
node-libcurl: libcurl/7.69.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.7 libssh2/1.9.0 nghttp2/1.

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.

LazarenkoA
LazarenkoA commented Oct 25, 2020

Please help with an example of sending a photo to an arbitrary chat. Here's what I found myself

client.MessagesSendMedia(&telegram.MessagesSendMediaParams{
	Silent:       false,
	Background:   false,
	ClearDraft:   false,
	Peer:         &telegram.InputPeerUser{ // user data
		UserId:     2121212,
		AccessHash: 212121211221,
	},
	ReplyToMsgId: 0,
	Media:        ???, 
	Message:    
Wikipedia
Wikipedia
You can’t perform that action at this time.