Is it possible to call moodle API outside of moodle source? [closed] - moodle

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I am using moodle version 3.2 . I have to use moodle API in C# . Is it possible to trigger the API? . Please suggest your solution.

You probably want to use web services for this.
The best starting point for this is: https://docs.moodle.org/32/en/Web_services
That page has links off to more detailed documentation.

Related

Is it possible to use the uber api to identify a driver? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
working in a vehicle protection association and I need to identify which of our associates are uber drivers, is this possible to be done using the api?
Taking a look at the documentation, there are only these endpoints https://developer.uber.com/docs/drivers/references/api#endpoints.
And I think none of them solves the problem.

Remote rest web service call using phalconphp [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to call API using Phalcon Php framework.
example:
http://example.com?key=abc
Phalcon has no internally build way to ask other services.
You can use either client built in incubator project:
https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Http/Client
or a standard connection class as Guzzle, or native php curl methods.

SugarCRM connector for Facebook [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new to Sugar CRM and i would like to develop Facebook connector for community edition.
I could not get any sample code for this.
If anybody know please guide me to develop this connector.
Thanks
Naveen
Have you looked into the various other connections available...
http://www.sugarforge.org/search/?type_of_search=soft&words=facebook&Search=Search
SugarCRM documentation have one example on connectors implementation
http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_6.7/02_Application_Framework/Connectors/Examples/Creating_A_Custom_Connector
And of course you can search for connectors in GitHub where I find some useful projects like
https://github.com/eggsurplus/Freshbooks
or
https://github.com/eggsurplus/DropboxPidgin

ScoreLoop in iPhone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Currently I am working on Social Game for iPhone. I want to integrate ScoreLoop inside this games. If anybody know use of scoreloop. Please tell me How to use this ?
Thanks.
Check inside your Scoreloop SDK Folder (the one you downloaded), there will be a Documentation folder, where you can navigate to the ScoreloopCSE documentation PDF file, where all the steps are listed to get Scoreloop integrated into your application.
Refer to this link. I got on how to implement it from answer in this link:
781 can not integrate scoreloop in cocos2d iphone
Hope this helps you.

For webSearch in objective c? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to Search bar code number in Google as well as other website that client need from my application. please give me the suggestion
Thanks in Advance
Make an request to http://www.google.com/search?q=MyKeyWords where MyKeyWords is your search string.
I think you have to use zxing framework in your app link
and modified as per your requirement