question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creating PHP Client

See original GitHub issue

Hello,

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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

4reactions
abelmokademcommented, Jul 11, 2016

@zsaraf is there a public repo of the work you have done?

3reactions
nickyrcommented, Jul 7, 2017

looks like someone else did one: https://github.com/wayfair/hypernova-php

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found