apify-library icon indicating copy to clipboard operation
apify-library copied to clipboard

Apify is a small open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services an...

Results 10 apify-library issues
Sort by recently updated
recently updated
newest added

I am interested to learn how can i make relations in tables? i have three tables, authors, books and author_books_mapper, how can i connect these two tables at the time...

I Like Apify and the way it's build like ZF1, however one thing "missing" from ZF1is the ability to add more libraries. Technically you can add more libraries but the...

The router is doing string comparison to find out the right Controller and Function. Example there are 20 controller and 20 functions the worst case scenario might be 400 loop...

The code has limited usability until you add client authentication and user authentication. Both can be achieved with oauth or with other solutions (headers for api key and signature of...

Feature Request

Any one can tell me how i can make Apify working with Ngnix ? This is my Ngnix config file : # nginx configuration location /api/ { if (!-e $request_filename){...

Tengo el prototipo en la siguiente url de ejemplo http://mihost.com/projects/api Por otro lado, no he conseguido que responda con url amigables, y estoy seguro que mi mod_rewrite modulo esta activado

If you use Request::setUrlKeyword or Request::setUrlSegment without Request::enableRestfulMapping, than Request::getUrlPath will return the full URI strarting from webroot instead of the expected suffix. ``` php

In controller C1 and action A1 I need result of action A2 from C2 controller. I don't want to repeat code, so how to call that action?

There is no API can be without detailed, precise, understandable documentation. So I suggest to put some kind of documentation generator in future versions. It could be a huge advantage...

Sorry, but I can't find any documentation of `Views` in Documentation section. I have some questions: 1) `$view->layout()->scripts` - i saw this in main layout. How and where `scripts` is...