Welcome Guest, Not a member yet? Register   Sign In
REST service
#1

Hi everyone!
I have question not quality related within CI except only that it'll be implement by using CI
I need to use REST from some data soccer provider and do some search, calculatings and so on with resieved data
So I am thinking, do I need calls every time for data with REST or maybe create my own base and fill it for example one per 
day at night with REST data? would be the best choice?
No SEO spam, per forum policy
I will read the forum policy
Reply
#2

It really depends on the frequency that you need the data.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

ATM I'm using nodejs for restful stuff.

https://adonisjs.com/docs/4.1/routing

Works really well.
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply
#4

Yes. Yes. I read an article that stated it's best to stick with the languages you are familiar with. RC 4 of CodeIgniter has RESTful API's.
Reply
#5

(09-03-2019, 08:52 AM)rad2 Wrote: Yes. Yes. I read an article that stated it's best to stick with the languages you are familiar with. RC 4 of CodeIgniter has RESTful API's.


In some ways I agree, some I disagree. Node is engineered to be async by default and highly performant. In this way it is ideal for restful API, especially large scale apps.
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply




Theme © iAndrew 2016 - Forum software by © MyBB