How to create client code with Swagger - Borsdata-Sweden/API GitHub Wiki
If you like to get a quick start with your favorite programing language, you can generate client code with Swagger.
-
Go to Swagger Editor
http://editor.swagger.io/ -
Import Börsdata Swagger json
File->Clear editor. -
Open https://apidoc.borsdata.se/swagger/v1/swagger.json in new webpage.
Copy/past the json into swagger editor.
Now Swagger data is loaded into editor.
Some errors may show. Ignore this errors. -
Generate Client code.
Download Zip and extract.
Happy coding!