Skip to content

Commit

Permalink
Separate generate commands in their their own individual block
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Feb 12, 2024
1 parent de691ec commit ffa6605
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ git submodule update --remote src/oas

After updating OAS code needs to be generated. Following command generates the code

- For v1 APIs
```bash
// For v1 APIs
yarn generate:neynar-oas-v1-farcaster

// For v2 APIs
```
- For v2 APIs
```bash
yarn generate:neynar-oas-v2-farcaster

// For recommendation APIs
```
- For recommendation APIs
```bash
yarn generate:neynar-oas-v2-recommendation
```

Expand Down

0 comments on commit ffa6605

Please sign in to comment.