-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi!
I'm trying to digest this document. Googling around, I found this presentation and this website, both shedding some light on MicroTypes. However, I'm still not getting the information I'm looking for, and the introspected REST document keeps info around microtypes fairly general/abstract. The MicroTypes website I linked to also appears to be incomplete, since the "Available MicroTypes" section doesn't really suggest anything.
What I think would be useful is documentation on current microtypes (the ones you referred to in the links above and this document, for example), how to introduce a new microtype, that kind of thing.
I'm particularly curious about the "deprecation" microtype, I don't think I saw an example of it anywhere. Deprecating things (fields and/or URLs) is a major part of API maintenance, and I'm curious whether introspected REST has a way to communicating it (like JSON-Schema has been discussing signaling fields as deprecated).
Finally, how would you think we should do API versioning? I imagine something like api-version=X.Y would work, but are there any other ideas floating around?