Commit Graph
11 Commits
Author SHA1 Message Date
pancho horrilloandRoberto Abdelkader Martínez Pérez 8dbb3fb764 spec: document route deletion
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-05-21 13:10:40 +02:00
pancho horrilloandRoberto Abdelkader Martínez Pérez 86da4dbce7 specs: Add missing header
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-05-21 13:09:34 +02:00
pancho horrilloandRoberto Abdelkader Martínez Pérez f14429701b Add HTTP API design principles
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-05-21 13:07:26 +02:00
pancho horrilloandRoberto Abdelkader Martínez Pérez 79d7e3be04 Document /routes get and append
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-05-20 15:20:25 +02:00
pancho horrillo 8acf8fa4b4 Use GET instead of POST in nmap example 2019-05-13 11:48:42 +02:00
pancho horrillo e588785dd1 poc/kapow: fix function name 2019-05-10 16:37:49 +02:00
pancho horrillo bdf93674dc Add missing braces around var in format string 2019-05-10 16:33:08 +02:00
pancho horrillo 09cf8b0b5a Give some love to README.md 2019-05-10 16:27:38 +02:00
pancho horrillo b5d16c448d Put nmap example into its own dir and add Dockerfile 2019-05-10 16:25:00 +02:00
pancho horrilloandRoberto Abdelkader Martínez Pérez 29e4c2cc63 Add skeletal specs
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-04-30 16:59:28 +02:00
pancho horrillo 58b0f50282 Add legal headers, as per the Apache 2 License instructions
APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
2019-04-26 17:01:29 +02:00