integration-demo

command module
v0.0.46 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

README

Source code used to demo the integration with Chainloop seen here

Note: Repository forked from https://github.com/bopbi/simple-todo

simple-todo

A Simple REST Server app, using golang and sqlite, build for testing client app, the SQLITE file already contain some example data

REST API

  • GET ALL

    GET todos
    
  • GET BY ID, example id is 12

    GET todos/12
    
  • INSERT, it will return the json for new todo

    POST todos
    
  • UPDATE BY ID, example id is 12 and it will return the json for new todo

    PUT todos/12
    
  • DELETE BY ID, example id is 12

    DELETE todos/12
    

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