Skip to content

Instantly share code, notes, and snippets.

View makowskid's full-sized avatar
🎯
Focusing

Dawid Makowski makowskid

🎯
Focusing
View GitHub Profile
@makowskid
makowskid / keybase.md
Created November 16, 2019 05:40
keybase.md

Keybase proof

I hereby claim:

  • I am makowskid on github.
  • I am makowskid (https://keybase.io/makowskid) on keybase.
  • I have a public key ASDLdcHSb3CqeD4IPs4vAQpkKw6GJxQO3UR6vO2dbrEYZAo

To claim this, I am signing this object:

@makowskid
makowskid / sharpapi-php-client-ping-example.md
Last active October 7, 2024 04:11
SharpAPI.com PHP Client AI workflow API: Ping() Method Example

SharpAPI.com PHP Client AI workflow API: Ping() Method Example

API Details:

Description: Demonstrates how to use the ping() method to check the availability of the SharpAPI service.

Code Snippet:

@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-quota-method-example.md
Last active October 7, 2024 04:11
SharpAPI.com PHP Client AI workflow API: Quota Method Example

SharpAPI.com PHP Client AI workflow API: Quota Method Example

API Details:

Description: Shows how to use the quota() method to retrieve your current subscription's quota and usage details.

Code Snippet:

@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-parse-resume-cv-file-method-example.md
Last active October 7, 2024 05:10
SharpAPI.com PHP Client AI workflow API: Parse Resume CV File Method Example

SharpAPI.com PHP Client AI workflow API: Parse Resume CV File Method Example

API Details:

Description: Demonstrates how to use the parseResume() method to parse a resume/cv file and extract data points.

Code Snippet:

@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-generate-job-description-method-example.md
Last active October 7, 2024 04:22
SharpAPI.com PHP Client AI workflow API: Generate Job Description Method Example

SharpAPI.com PHP Client AI workflow API: Generate Job Description Method Example

API Details: Job Description Generator AI API

Description: Shows how to use the generateJobDescription() method to create a job description based on provided parameters.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-related-job-positions-method-example.md
Created October 7, 2024 04:18
SharpAPI.com PHP Client AI workflow API: Related Job Positions Method Example
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-product-review-sentiment-method-example.md
Created October 7, 2024 04:21
SharpAPI.com PHP Client AI workflow API: Product Review Sentiment Method Example

SharpAPI.com PHP Client AI workflow API: Product Review Sentiment Method Example

API Details: Product Review Sentiment Checker AI API

Description: Demonstrates how to use the productReviewSentiment() method to analyze the sentiment of a product review.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-product-categories-method-example.md
Created October 7, 2024 04:26
SharpAPI.com PHP Client AI workflow API: Product Categories Method Example

SharpAPI.com PHP Client AI workflow API: Product Categories Method Example

API Details: Product Categorization AI API

Description: Shows how to use the productCategories() method to generate suitable categories for a given product.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-generate-product-intro-method-example.md
Created October 7, 2024 04:28
SharpAPI.com PHP Client AI workflow API: Generate Product Intro Method Example

SharpAPI.com PHP Client AI workflow API: Generate Product Intro Method Example

API Details: Product Intro Generator AI API

Description: Demonstrates how to use the generateProductIntro() method to create a marketing introduction for a product.

Code Snippet:

<?php