You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When projects publish their endpoint specs in an extremely large file or in lots of smaller files you may want to massage them a little bit and only take the parts that you actually use. The idea is that Reynard can help with this because it already has an interface to navigate the specs.
It may be useful to keep a cached version of the sources and use conditional requests to speed up interaction. We should also fall back on a cached versions when an HTTP request fails with a server error.
The text was updated successfully, but these errors were encountered:
When projects publish their endpoint specs in an extremely large file or in lots of smaller files you may want to massage them a little bit and only take the parts that you actually use. The idea is that Reynard can help with this because it already has an interface to navigate the specs.
For example:
It may be useful to keep a cached version of the sources and use conditional requests to speed up interaction. We should also fall back on a cached versions when an HTTP request fails with a server error.
The text was updated successfully, but these errors were encountered: