Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md #730

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Update CONTRIBUTING.md #730

merged 2 commits into from
Jun 11, 2024

Conversation

bgarret
Copy link
Contributor

@bgarret bgarret commented Jun 11, 2024

Just a few cosmetic fixes to make it easier to follow the doc :

  • Fixed the link to the generator project
  • Fixed the link to the modifications.json file
  • Added the missing command to generate the code

Just a few cosmetic fixes to make it easier to follow the doc :
* Fixed the link to the generator project
* Fixed the link to the modifications.json file
* Added the missing command to generate the code
CONTRIBUTING.md Outdated
@@ -69,11 +69,11 @@ Downloaded OpenAPI models are placed in `resources/models/raw/<category>/<api-na

A wide variety of refactoring processes are run on the raw schemas to get them ready to be used in the following step: code generation. The refactoring process code is in `SchemaVersion::refactor()`.

Certain schema changes need to be made manually, because they are too specific or too cumbersome to make in the code. These modifications are defined in the `resources/modifications.json` file, which is explained more thoroughly [below](#modificationsjson).
Certain schema changes need to be made manually, because they are too specific or too cumbersome to make in the code. These modifications are defined in the [modifications.json](https://github.com/highsidelabs/saloon-sdk-generator/tree/master/src/resources/metadata/modifications.json) file, which is explained more thoroughly [below](#modificationsjson).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be resources/metadata/modifications.json

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, it is indeed clearer

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, sorry...copied most of this over from https://github.com/shipstream/fedex-rest-php-sdk since I designed the two libraries very similarly, but missed a couple things

@jlevers jlevers merged commit 463134c into jlevers:main Jun 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants