1.0.1 • Published 4 years ago

league-http v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

League HTTP

A minimal http client for the League of Legends Client APIs for the commandline.

Usage

The command can be executed via npx.

npx league-http GET /lol-summoner/v1/current-summoner

Or alternatively, installed globally via NPM.

npm i -g league-http

Manual

lolhttp [Method] [Endpoint] [Body?]
  • Method: Any of "GET", "POST", "PUT", "PATCH" or "DELETE"
  • Endpoint: The local url to the endpoint
  • Body: A piece of json to be sent with the request. Do not use for GET requests.
1.0.1

4 years ago

1.0.0

4 years ago