Skip to content

Commit

Permalink
- add NAP REST module
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGroeneboom committed Dec 16, 2024
1 parent 768e26d commit c55e78e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/naprest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "napvban",
"categories":
[
"networking",
"napapi",
"rest"
],
"platforms":
[
"linux"
],
"author":
{
"name": "Tim Groeneboom",
"link": "https://www.timgroeneboom.com"
},
"description": "NAP REST API module. Serve a REST API from your NAP App or make calls to a REST api using a REST client",
"link": "https://github.com/TimGroeneboom/naprest",
"visible": true
}

0 comments on commit c55e78e

Please sign in to comment.