-
Notifications
You must be signed in to change notification settings - Fork 780
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
Automate StopLight.io's Prism mock server on Travis CI and locally #316
Comments
I'd like to take this up! |
Thanks @tsriram! That's awesome! Could you please send over a signed CLA so that we will be able to merge your changed? Thanks! |
@thinkingserious do I need to physically sign the CLA, scan and send it by email? Or just filling in the details & sending it by email will do? |
Hello @tsriram, You can scan and email it. You can also use a PDF app that allows you to digitally sign or a service like www.docusign.com. |
@thinkingserious I'm going to be on vacation till Oct 23 and couldn't start work on this yet. Will start once I'm back if nobody is taking it up till then. |
Congrats on the vacation, see you when you get back. Enjoy! |
Hi @tsriram, How are things going? Is there anything I can do to help? |
@thinkingserious sorry for responding late. Have been caught up with a lot of work after vacation as we have a release in early November. I'm afraid if I'll be able to work on this till then |
No worries, thanks for following up! |
Hello @tsriram, Are you still interested in continuing this work? We are currently beginning work on a redesign and completing this would be very helpful. With Best Regards, Elmer |
Hey @SendGridDX, I won't be able to work on this now as I've too many things to look after. Sorry guys :( |
No problem @tsriram, Thanks for letting us know. |
Completed with this release: https://github.com/sendgrid/sendgrid-nodejs/releases/tag/v5.1.0 |
Issue Summary
In the Travis CI and local environment:
References
https://stoplight.io/prism
https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json
We have already done this in these libraries:
Python:
https://github.com/sendgrid/sendgrid-python/blob/master/.travis.yml#L14
https://github.com/sendgrid/sendgrid-python/blob/master/test/prism.sh
https://github.com/sendgrid/sendgrid-python/blob/master/test/test_sendgrid.py#L22
PHP:
https://github.com/sendgrid/sendgrid-php/blob/master/.travis.yml#L3
https://github.com/sendgrid/sendgrid-php/blob/master/test/prism.sh
https://github.com/sendgrid/sendgrid-php/blob/master/test/unit/SendGridTest.php#L13
C#:
https://github.com/sendgrid/sendgrid-csharp/blob/master/.travis.yml#L9
https://github.com/sendgrid/sendgrid-csharp/tree/master/prism
https://github.com/sendgrid/sendgrid-csharp/blob/master/SendGrid/UnitTest/UnitTest.cs#L23
Go:
https://github.com/sendgrid/sendgrid-go/blob/master/.travis.yml#L4
https://github.com/sendgrid/sendgrid-go/blob/master/prism.sh
https://github.com/sendgrid/sendgrid-go/blob/master/sendgrid_test.go#L35
The text was updated successfully, but these errors were encountered: