Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jan 18, 2021
1 parent 3f8b63e commit e04ddbb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ This is an **UNOFFICIAL** wrapper package of the [Forem/DevTo](https://github.co
* Current API version is `0.9.4`.


## Generating SDK ##

Make sure you have [AutoRest](https://aka.ms/autorest) installed on your machine.

```bash
npm install -g autorest
```

Run the following command to generate SDK.

```bash
autorest config-file.yaml --input-file=forem.swagger-<version>.json
```


## Getting Started ##

*[.NET SDK](./docs/csharp.md)
Expand Down
2 changes: 1 addition & 1 deletion config-file.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
input-file: forem.swagger.json
# input-file: forem.swagger.json

csharp:
namespace: Aliencube.Forem.DevTo
Expand Down
File renamed without changes.

0 comments on commit e04ddbb

Please sign in to comment.