orange-stock-market

command module
v0.0.0-...-46f0560 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: MIT Imports: 1 Imported by: 0

README

Examples

Некоторые примеры запросов

Добавление пользователя

curl -X 'POST' \
  'http://localhost:9000/signup' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "login" : "Ilon",
  "wealth": 100000
}'
curl --header "Token: ba098c25f5a8321e9940447f551b5126f244e6ed" -X 'GET' \
  'http://localhost:9000/api/info'
}'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL