Creating PHP Client
See original GitHub issueHello,
I’m working on creating a php client for hypernova. One thing that I haven’t been able to figure out is what url to post to for hypernova, and how the POST params should be set up. I’m running hypernova.js locally, and have tried POST’ing to http://localhost:3030/ but am getting 404s! When I POST to http://localhost:3030/batch I get this response (below), no matter what i put in the params, and getComponent
is not being called.
{ "success": true, "error": null, "results": {} }
I would appreciate a little bit more information on what the POST url is and how POST params should be passed.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
The PHP API client - Algolia
Algolia's PHP API client lets you index your data, configure your applications, send search requests, and more, from your PHP app.
Read more >Build a Simple REST API in PHP - Okta Developer
In this section, we will add a simple client application (a command line script using curl) to test the REST API. We'll create...
Read more >How to develop Client Server Application using PHP MySQL
What is PHP | How to develop Client Server Application using PHP MySQL |Understanding basics of PHP PHP live class of BS(Information ...
Read more >Basics tutorial | PHP - gRPC
This tutorial provides a basic PHP programmer's introduction to working with gRPC. By walking through this example you'll learn how to:.
Read more >SoapClient - Manual - PHP
Create the SoapClient instance $url = ""; $client = new SoapClient($url, array("trace" => 1, "exception" => 0)); // Create the header
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@zsaraf is there a public repo of the work you have done?
looks like someone else did one: https://github.com/wayfair/hypernova-php