Frank Mayer

Results 49 comments of Frank Mayer

@chrisdavenport Actually it's an Apache "issue" when it runs on windows. It doesn't even get to the api/index.php in my case. I put a breakpoint, and it never got triggered......

Happy to have helped. :smile: Just two thoughts on this matter. I haven't followed the definition of the spec, but why not just stick with normal "paths"? for example: /api/joomla/categories...

Hi Chris, are there any news on this issue?

Hi Chris, thanks for the update. Explanation is fine. But where I was going with my suggestion is, you can have the namespace without the colon. There is no need...

Hi Chris, I see your points towards unambiguous API routes and I agree. I have not had the chance to work with Curie's or HAL, yet. I have overflown some...

It's a while ago since this issue has been updated, so I don't know where it's at. However I'd like to add something. :D Coming from MongoDB I really liked...

Ah, great. Will the aforementioned use case (file location based on geo-sharding) be possible with this implementation? It would really be a great feature.

Yes, actually it's a feature of sharding. If you implement a special collection for files like I read above, then this collection could also be shardable by a specific shard...

I could use this approach minus the client setting any id in the fields. It's probably not good to let clients inject any ids. ~~I could probably though inject the...