atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
271 stars 46 forks source link

Add reference implementation for REST API #103

Open romaninsh opened 8 years ago

romaninsh commented 8 years ago

we should be able to pull data from REST APIs.

Add a reference implementaiton.

abbadon1334 commented 4 years ago

@romaninsh this is already done in atk4\api? or you mean other type of usage?

DarkSide666 commented 4 years ago

I am not exactly sure what @romaninsh was thinking here, but I think it's about having Persistence/REST class in atk4/data repo, so we can simply set this persistence for model and it will work with any REST API interface (like a SQL database) behind the scenes.