I want to replace our in house REST system with Apigility and have some questions.
We have large number of resources (about 1500) that are hierarchically structured. Apigility works with flat list of resource. This is ok when there are about 100 - 200 resources. At large numbers it may be quite difficult to handle. Is there any way to break structure into submodules or categories or similar?
Since Apigility store all configuration in text files, large number of fields and documentation might cause problems with performance and/or with memory. Is there any way to split fields/configuration into separate files (or something)?
Some resources are used for PDF file download. Is it possible to provide oAuth2 access token using GET method? Link to the file is created with A tag and that can not use HTTP headers.