-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9526 from hicommonwealth/rotorsoft/9507-get-user-…
…feed Refactor user activity queries
- Loading branch information
Showing
1,927 changed files
with
6,110 additions
and
3,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# Common API | ||
|
||
## TODO: write readme file | ||
## Documentation | ||
|
||
[Fern API Reference](https://common.docs.buildwithfern.com) | ||
|
||
## CI/CD Instructions (Developers) | ||
|
||
- TODO | ||
|
||
## Manual Setup (Developers) | ||
|
||
### Generate a new API client | ||
|
||
- Start app with `pnpm start` so fern can refresh the lastest `openapi.spec` from `http://localhost:8080/api/v1/openapi.json` | ||
- Run `pnpm generate-client` to generate: | ||
- A new `fern/openapi/openapi.yml` file | ||
- A client API in `/src`, formatted with our root `.prettierrc.json` config | ||
|
||
### Deploy a new API client | ||
|
||
- Update the version in `package.json` | ||
- Run `pnpm publish` to publish the client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"organization": "Common", | ||
"version": "0.43.5" | ||
"version": "0.44.11" | ||
} |
Oops, something went wrong.