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

feat: point to microcks mock server #36

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

philsturgeon
Copy link
Collaborator

@philsturgeon philsturgeon commented Nov 24, 2024

Fixes #25

Now that #21 is merged the Microcks team have popped the Train Travel API up on their Hub, and their "Try" Demo.

curl -X GET 'https://try.microcks.io/rest/Train+Travel+API/1.0.0/bookings' -H 'Accept: application/json'

This means we dont need to host our own demo, and we can publish updates as we go, so lets use their awesome demo to show off how bump and microcks work together.

@philsturgeon philsturgeon force-pushed the feat/use-microcks-server branch from f3ef739 to 42d00a1 Compare November 24, 2024 15:15
Copy link

ℹ️ API content change detected:

No structural change, nothing to display.

Powered by Bump.sh

Copy link
Collaborator

@paulRbr paulRbr left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the work on this @philsturgeon it's great, will be purrrfect for our next major release...!

I left a “late” review on #21 which I think would make the mocking data a bit more consistent

@philsturgeon philsturgeon merged commit 4dedf30 into main Nov 25, 2024
3 checks passed
@philsturgeon philsturgeon deleted the feat/use-microcks-server branch November 25, 2024 09:44
@philsturgeon
Copy link
Collaborator Author

@paulRbr good finds! I'll go fix those now. Thank you.

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.

Mock server with OAuth support
2 participants