Giter VIP home page Giter VIP logo

rester's People

Contributors

alixaxel avatar aqidd avatar bzuser avatar fdammeke avatar gilbitron avatar jaumecornado avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rester's Issues

ouath request

Hi,

How can i make an oauth request?

Regards,
Kab

Rester FIle Upload

Hello, Is there a issue with file upload feature or can someone please help with how to upload a file using rester API. Please help I have tried below request url's and content type but don't know if there are any specific headers required.

screen shot 2016-05-21 at 3 45 08 pm
screen shot 2016-05-21 at 3 45 44 pm

offset not functional

Correct the following:
line:398 $query .= sprintf(' OFFSET %u', $filters['offset']);
line 474 return array("order", "limit", "orderType", "offset");

HTTP ERROR 500

Hi,

I just see an empty page with 500 HTTP error and not working. Below is my configuration(config.php) with MAMP stack.

//Database credentials
define('DBHOST', 'localhost'); //Also tried "localhost:3306"
define('DBNAME', 'test');
define('DBUSER', 'test');
define('DBPASSWORD', 'test');

First, this issue needs to be resolved. Further, it needs to handle this kind of basic errors and display an appropriate message on the browser, currently, there is no clue.

I appreciate your help.

Support tablenames with spaces

Hi,

I've finally got around to upgrading PHP to 5.5. (after you indicated that php 5.4+ was needed a few weeks ago). Thanks for that tip. Thanks for opening the issue queue too :-)

Now, for historical reasons, I have table names with spaces, e.g. "Costing Reports". This breaks Rester, which tries to do a "DESCRIBE Costing Reports" as opposed to a "DESCRIBE Costing Reports".

Could you consider supporting tables with spaces please?

Sean

Only getting table list

Hi,

Thanks for sharing your work. But I can't make find out what I'm doing wrong : I'm only getting database's table list, whatever request I send :

{
"apiVersion": "1.0.0",
"apis": [
{
"description": "Operations about fichiers",
"path": "/api-doc/fichiers"
},
{
"description": "Operations about pa_mjs_conducteurs",
"path": "/api-doc/pa_mjs_conducteurs"
},
................................

Can somebody help me ? Thanks for your time.

Between condition

Hello,
I'm happilly using Rester on my project but I have one question about get api.

Does Rester support multiple condition queries on one column (something like BETWEEN in mysql)? It seems it doesn't. This is what I want to accomplish:

event/?duration[ge]=10&duration[le]=20

This example ignores the second condition. Maybe is my syntax just wrong? In that case updating documentation would be nice.

Thanks in advance,
Ondra

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.