Skip to content

Commit d48c754

Browse files
Merge pull request #13 from openapi/dev
Dev
2 parents 9b09a5a + 430a975 commit d48c754

File tree

3 files changed

+40
-12
lines changed

3 files changed

+40
-12
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Altravia Srl
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
# #
1515
# ═══════════════════════════════════════════════════════════════════════ #
1616
# #
17-
# Project: openapi-rust-sdk #
17+
# Project: openapi-nodejs-sdk #
1818
# Version: 0.1.0 #
1919
# Author: Michael Cuffaro (@maiku1008) #
2020
# Copyright: (c) 2025 Openapi®. All rights reserved. #
2121
# License: MIT #
2222
# Maintainer: Francesco Bianco #
2323
# Contact: https://openapi.com/ #
24-
# Repository: [Repository URL] #
25-
# Documentation: [Docs URL] #
24+
# Repository: https://github.com/openapi/openapi-nodejs-sdk #
25+
# Documentation: https://console.openapi.com/ #
2626
# #
2727
# ═══════════════════════════════════════════════════════════════════════ #
2828
# #

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@altravia/openapi",
33
"version": "1.4.2",
4-
"description": "Official OpenApi NodeJS Client",
4+
"description": "Minimal HTTP client for OpenAPI marketplace - simplified SDK with basic HTTP methods",
55
"main": "dist/index.js",
66
"files": [
7-
"dist"
7+
"dist",
8+
"LICENSE",
9+
"README.md"
810
],
911
"scripts": {
1012
"test": "tsc && jest test/minimal-client.test.js",
@@ -19,18 +21,23 @@
1921
"type": "git",
2022
"url": "https://github.com/openapi-it/OpenApi-NodeJS"
2123
},
24+
"bugs": {
25+
"url": "https://github.com/openapi-it/OpenApi-NodeJS/issues"
26+
},
2227
"author": "Altravia Srl",
2328
"license": "MIT",
2429
"private": false,
2530
"keywords": [
2631
"openapi",
27-
"visura",
28-
"ufficio postale",
29-
"geocoding",
30-
"altravia",
31-
"comuni",
32-
"pecmassiva",
33-
"aziende italiane"
32+
"api",
33+
"client",
34+
"sdk",
35+
"http",
36+
"rest",
37+
"nodejs",
38+
"typescript",
39+
"marketplace",
40+
"altravia"
3441
],
3542
"dependencies": {
3643
"axios": "^0.21.2"

0 commit comments

Comments
 (0)