-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
API Routing would be a useful definition here. #9424
Conversation
Similar to application layer routing.
@TGillispie , I have a PR open at the moment to convert the Glossary into Markdown (#9384). Could I please ask that you resubmit this PR when that's merged? |
Sure thing.
…On Fri, Oct 1, 2021 at 11:06 AM wbamberg ***@***.***> wrote:
@TGillispie <https://github.com/TGillispie> , I have a PR open at the
moment to convert the Glossary into Markdown (#9384
<#9384>). Could I please ask that you
resubmit this PR when that's merged?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9424 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUS76CDC73G4LD6HLWY5YXLUEX2AFANCNFSM5FFDKPOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Preview URLsFlawsNone! 🎉 External URLsURL: No new external URLs (this comment was updated 2021-10-06 04:19:17.181402) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR, @TGillispie ! Since my PR to convert the whole glossary has conflicts now anyway I thought we should try to merge this one before I try again.
I had a couple of comments. The first doesn't actually refer to any changes you've made and is more like copy-editing, the second is a bit more substantive and please let me know if I've destroyed the sense of what you were saying.
This page has a "See also" section listing examples of the existing definitions - it would be helpful I think to include examples of this one too.
Co-authored-by: wbamberg <[email protected]>
Co-authored-by: wbamberg <[email protected]>
Co-authored-by: TGillispie <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @TGillispie ! And it's great to know you're using MDN in NOAA!
(and yes, it can get pretty confusing. Please don't hesitate to ask if you want any help getting a contribution through.)
Similar to application layer routing.
Summary
Adding API routing as it is used all over the place in API Development, (Express, Fastify, League/Route, etc.) Service layer or API routing is similar but different from client appliation routing.
Motivation
I'm building a list of (Restful API) vocabulary words for my team at NOAA NEFSC and am using MDN Web Docs as one of my primary resources. It would be nice to have a good definition of routing on the server.
Supporting details
Not sure.
Related issues
Metadata