You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reference/SpaceTraders.json in the Info Object there is:
"license": {
"name": "No Permission",
"url": "https://choosealicense.com/no-permission/"
},
The OpenAPI spec seems real unclear on what a License Object means.
It seems to be saying either that there is no license to use the API
document (i.e. feeding it to the OpenAPI Generator would not be allowed) or
that access to the API (e.g. https://v2.api.spacetraders.io/) is not allowed.
Neither of these seems to fit with what the purpose of SpaceTraders.
Can we get the license object removed or change to something more open?
This is a great idea, I'll add this to the TODO list. We basically need a license just to declare that you can't copy the structure of the API and the game, but you're free to build and generate clients, etc.
So mostly free use but not to copy and self-distribute as your own API.
In
reference/SpaceTraders.json
in theInfo Object
there is:The OpenAPI spec seems real unclear on what a
License Object
means.It seems to be saying either that there is no license to use the API
document (i.e. feeding it to the OpenAPI Generator would not be allowed) or
that access to the API (e.g. https://v2.api.spacetraders.io/) is not allowed.
Neither of these seems to fit with what the purpose of SpaceTraders.
Can we get the license object removed or change to something more open?
Perhaps MIT?
https://spdx.org/licenses/MIT.html
The text was updated successfully, but these errors were encountered: