Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

hgaudet/curl-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

These are cUrl examples for the Rosette API

Basic Usage

There are several ways in which to run the examples:

  1. Copy the contents of the file, replace your_api_key with your Rosette API Key, and paste the command into the command shell
  2. `sed s/your_api_key/ROSETTE_API_KEY/ < example_name.curl | bash
  3. find . -name "*.curl" -exec sh -c "sed s/your_api_key/ROSETTE_API_KEY/ < {} | bash" \;

Additional Information

Visit Rosette API site

About

cUrl examples for the Rosette API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%