API code examples for the Oxford Economics' Global Model Workstation Online (GMWO) platform
Note: at this time, contributions are accepted from Oxford Economics staff only
To submit changes to these examples, please follow these steps:
- Make your changes on a new branch off
main- The branch name should be of the form
<type of change>/<backlog item id>-<very brief description of changes>- E.g. for a correction:
fix/12345-typo-in-solve-example - E.g. for extending or adding an example:
feat/12345-add-solve-r-example
- E.g. for a correction:
- You can checkout the code and make a branch locally or do it directly in GitHub
- Commit messages should be of the form
<type of change>: <brief imperative description of changes>- E.g.
feat: add solve example in R
- E.g.
- The branch name should be of the form
- Create a new PR
- The title should be of the form
<type of change>: <brief imperative description of changes> AB#<backlog item id> - Provide a brief Description of the changes
- The title should be of the form
- Await at least one PR approval
- Merge the PR. Consider using a squash merge if the commit history is untidy (e.g. contains mistakes and corrections)