-
**Describe the bug**
Doesn't generate models for [SpaceTraders](https://spacetraders.io) OpenAPI spec.
**To Reproduce**
```
$ datamodel-codegen --url https://raw.githubusercontent.com/SpaceTra…
-
The API is documented in some depth here: https://spacetraders.stoplight.io/docs/spacetraders/c42b57743a49f-ship-refine
Some things that I know are on the menu:
Ships
- Charting
- Refining
- …
-
I tried to generate a client library using the example from https://docs.spacetraders.io/api-guide/open-api-spec#generating-a-client-library
Specifically, this command:
```sh
openapi-generator ge…
-
I eventually figured out `st.Get_Ships()` would fix this. Not sure if this is a bug or the result of a perfectly OK design pattern that I just didn't understand.
```python
st = SpaceTraders()
st…
-
In `reference/SpaceTraders.json` in the `Info Object` there is:
```
"license": {
"name": "No Permission",
"url": "https://choosealicense.com/no-permission/"
},
```
The O…
-
I am attempting to generate a client for the OpenAPI specification you can download from the top of this page: https://api.mattermost.com/
I have tried multiple different ways of generating:
1. Vi…
-
Get System endpoint `https://api.spacetraders.io/v2
/systems/{systemSymbol}` response includes a `waypoints` object which is a list of `Waypoint`.
![image](https://github.com/SpaceTradersAPI/api…
-
if somebody would like to skip API client generation step and hop straight to game client development, more explicit step on how to generate an API client may be useful:
1. visit https://spacetrade…
-
## Where in code issue is present:
https://github.com/Kejax/SpaceTradersSQLiteBuilder/blob/8ef4959620ee8b51ff5d7f8e804b52c7c9014bbc/main.py#L5
https://github.com/Kejax/SpaceTradersSQLiteBuilder/bl…
-
I added convenience attributes to the Ship class to identify if a ship can mine or survey. It allows you to write a list comprehension to find all mining ships. Ex.
```python
def all_mining_ship…