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.

  1. Go to Swagger Editor
    http://editor.swagger.io/

  2. Import Börsdata Swagger json
    File->Clear editor.

  3. 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.

  4. Generate Client code.
    Download Zip and extract.

Happy coding!