Any Cypress REST APIs to run a HTTP client?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MAcomp_gd
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

Hello everyone,

I'm currently working on a project for my PSoC 6-based Cypress board, and I need a simple and quick way to set up my board as a HTTP client to download data (in a JSON format) from a server. 

Are there any libraries or APIs from Cypress that implement RESTful services ? 

0 Likes
1 Solution
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Are you using MTB or WICED?

Both have the http client example projects which you can look at.

There is a JSON parser that comes with both. Or you try using CJSON https://github.com/DaveGamble/cJSON with your project.

View solution in original post

0 Likes
1 Reply
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Are you using MTB or WICED?

Both have the http client example projects which you can look at.

There is a JSON parser that comes with both. Or you try using CJSON https://github.com/DaveGamble/cJSON with your project.

0 Likes