diff --git a/.gitignore b/.gitignore index 6637873..0d91023 100644 --- a/.gitignore +++ b/.gitignore @@ -85,11 +85,4 @@ tests/cases/user/axios-src/axios-src tests/cases/user/prettier/prettier .eslintcache *v8.log -**/*.env - - -getmember.json -getMembers.ts -members.json -getMember.ts -getIncident.ts \ No newline at end of file +**/*.env \ No newline at end of file diff --git a/README.md b/README.md index 98246a6..4f68887 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,14 @@ The available commands are: Build simply builds the test project, while launch both builds and runs it. If you've made changes to lib, be sure to build there first. -Before launching, you should setup environment variables. `sample.env` shows you what variables are necessary. Copy the contents to a new file, `.env`, in the same folder and populate it appropriately. \ No newline at end of file +Before launching, you should setup environment variables. `sample.env` shows you what variables are necessary. Copy the contents to a new file, `.env`, in the same folder and populate it appropriately. + +## Contributing + +### Updating Docs + +To update typedoc docs after changes to code, run in the root of the repo: + +```npm install``` + +```npm run docs``` \ No newline at end of file diff --git a/docs/classes/default.html b/docs/classes/default.html index c1548a8..2d0e988 100644 --- a/docs/classes/default.html +++ b/docs/classes/default.html @@ -1,4 +1,4 @@ -
Optionaloptions: GetQualificationOptionsOptionaloptions: GetAnimalsOptionsOptionaloptions: GetQualificationOptionsOptionaloptions: GetIncidentOptionsOptionaloptions: GetMemberOptionsOptionaloptions: GetMemberAwardsOptionsOptionaloptions: GetMemberGroupsOptionsOptionaloptions: GetQualificationOptionsOptionaloptions: GetMembersOptionsOptionaloptions: GetQualificationOptionsOptionaloptions: GetAnimalsOptionsOptionaloptions: GetQualificationOptionsOptionaloptions: GetIncidentOptionsOptionaloptions: GetMemberOptionsOptionaloptions: GetMemberAwardsOptionsOptionaloptions: GetMemberGroupsOptionsOptionaloptions: GetQualificationOptionsOptionaloptions: GetMembersOptionsTypescript library for accessing D4H
Typedoc Generated Documentation available at:
-https://chewbaccalakis.github.io/d4h-typescript/modules.html
https://kc4x4sar.github.io/d4h-typescript
This library is not in NPM. As a result, you need to add it to your project locally. To do so, you have three options:
Build simply builds the test project, while launch both builds and runs it. If you've made changes to lib, be sure to build there first.
Before launching, you should setup environment variables. sample.env shows you what variables are necessary. Copy the contents to a new file, .env, in the same folder and populate it appropriately.
To update typedoc docs after changes to code, run in the root of the repo:
+npm install
npm run docs
-