Categorygithub.com/Eldius/things-manager-go
modulepackage
0.0.0-20210421225936-534225f8f858
Repository: https://github.com/eldius/things-manager-go.git
Documentation: pkg.go.dev

# README

things-manager-go

snippets

# add test thing 0
curl -i -XPOST localhost:8080/things -d '{
    "name": "Test Thing",
    "description": "A simple test thing...",
    "available": 0
}'

# add test thing 1
curl -i -XPOST localhost:8080/things -d '{
    "name": "Test Thing 01",
    "description": "A simple test thing 02...",
    "available": 0
}'

# list things
curl -i -XGET localhost:8080/things

# Packages

Copyright © 2021 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author