Code Monkey home page Code Monkey logo

nango's Introduction

One platform for all your integrations.

Ship integrations fast. Maintain full control.


Explore the docs »

150+ pre-configured APIs · Website · Contribute an API · Slack Community

Nango is a single API to interact with all other external APIs. It should be the only API you need to integrate to your app.

👩‍💻 Sample code

Initiate a new OAuth flow from your frontend:

nango.auth('github', 'user123');

Get structured objects from external APIs from your backend:

nango.listRecords<GithubIssue>({
    providerConfigKey: 'github',
    connectionId: 'user123',
    model: 'GithubIssue',
});

👩🏻‍🔧 Choose your level of service

Nango's flexibility ensures it supports any API integration:

  1. Pre-built integrations: Utilize pre-built integrations for popular APIs and standard use-cases to ship fast.
  2. Custom integrations: Build your own integrations in code with limitless customization capabilities.
  3. Managed integrations: Leverage Nango experts to create and maintain your integrations end-to-end.

🔌 150+ pre-built APIs & integrations, or build your own!

Over 150 APIs are pre-configured to work right out of the box. We support 25+ categories such:

  • Accounting: Netsuite, Quickbooks, Xero, ...
  • Communications: Slack, Discord, Teams, ...
  • CRMs: Hubspot, Salesforce, ...
  • Emails: Gmails, Outlook, ...
  • HR: Deel, Gusto, BambooHR, Personio, ...
  • Identity: Okta, Auth0, ...
  • Knowledge Bases: Notion, Drive, ...
  • Ticketing: Linear, Jira, ...
  • Support: Zendesk, ...
  • Video: Zoom, Google Meet, ...
  • and many more

But remember, Nango can work with any API and any use-case!

🚀 Get started

Sign up for free and try the interactive demo:

Try Nango Cloud

🙋‍♀️ Why is Nango open-source?

Our mission is to enable all SaaS to seamlessly integrate together. By being open source, every engineer can contribute improvements to the platform for everyone:

📚 Learn more

💪 Contributors

Thank you for continuously making Nango better ❤️

🐻 History

Pizzly (a simple service for OAuth) was initially developed by the team at Bearer with contributions of more than 40 individuals. Over time the focus of Bearer shifted and they could no longer maintain Pizzly. In late 2022 the team at Nango adopted the project and has since maintained and evolved it together with the growing Nango community.

nango's People

Contributors

ajtrichards avatar bastienbeurier avatar bodinsamuel avatar bramkn avatar cfabianski avatar chakravarthy7102 avatar codewithtim avatar dependabot[bot] avatar frenchcooc avatar gorets avatar grjan7 avatar hagbarth avatar hahlh avatar harrisonjackson avatar hassan254-prog avatar jason-novo avatar khaalidsub avatar khaliqgant avatar listopadiya avatar markmichon avatar matt-aitken avatar omnone avatar pranav2612000 avatar rguldener avatar sstone1 avatar t1mmen avatar tanguyantoine avatar tbonnin avatar tonibardina avatar uncle-tee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nango's Issues

Garmin Connect IQ integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Garmin Connect IQ has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Here.com API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Here.com has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Instagram API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Instagram has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Pizzly-js not supported on Node.js (only client-side web)

PIzzly-js is built with es6 syntax which is fully supported on Node 13 and above.

However on Node 8-12 the only way to enable this is by passing --experimental-modules to the Node executable.

In some situations this isn't possible (for example applications running on AWS Lambda which at time of writing doesn't support versions above 12 for Node.js), so some additional steps are needed for compatibility.

Ideas to transpile pizzly-js:

  • Upgrade Node 😛
  • postinstall hook to transpile pizzly-js
  • Deployment hook to transpile pizzly-js

I don't think this is really in the scope of the project itself but I think it would be a good idea to leave a note on the pizzly-js npm page with minimum required node version and/or pipeline adjustments that might be needed.

https://www.npmjs.com/package/pizzly-js

Thinking about it more, I think this project could potentially implement this via a postinstall hook on the pizzly-js package.json that detects node version and acts accordingly.

Happy to give this a try if it's something you want to support.

Ticketmaster API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Ticketmaster has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Changing Heroku Postgres Version

Any idea why changing the add on in app.json from: "heroku-postgresql:hobby-dev" to "heroku-postgresql:standard-0" refuses to launch successfully?

I have a paid heroku account with credit card on file etc.

When it gets up to:
"Run scripts & scale dynos" it comes back with simply: "Release failed"

Any feedback or insight would be very much appreciated.

Provide a way to refresh a token whilst fetching it

Use case: Using Pizzly for auth but not using the proxy

Current situation: There is an API /:integrationId/authentications/:authenticationId for fetching the auth info needed to make a request without the proxy. But this endpoint does not support refreshing tokens.

Feature request: Provide a separate endpoint (or parameter for the endpoint above) that supports refreshing the token (when required).

Xero integration doesn't match official docs

Hey there,

I'm working on connecting our Xero integration via Pizzly.

The configuration in integrations/xero.json doesn't match the official Xero docs:

https://developer.xero.com/documentation/oauth2/auth-flow
https://developer.xero.com/documentation/oauth2/sign-in

Both require the use of https://identity.xero.com rather than https://api.xero.com/oauth. I'm unable to connect with the original json file.

I'm fixing it for our implementation and will open a PR with the corrections.

Feel free to close the PR if I've misunderstood the implementation!

Edit: I see that it's an OAuth1 implementation rather than OAuth2

Make a POST/PUT

I am presently using Pizzly to integrate with Zoom, worked fine, it was almost magical.
Now I need t make a post request to a zoom endpoint, how do I do this?

Tried this, where this.meetingRequest is the object I want to send

this.$pizzly
        .integration("zoom")
        .auth(this.$store.state.zoom.authId)
        .post(`https://api.zoom.us/v2/users/me/meetings`, this.meetingRequest)
        .then((response) => response.json())
        .then((data) => {
          console.log(data);
        })
        .catch(console.error);

Add upgrade guide

Add details on how to upgrade to a newer version of pizzly. Particularly one for the heroku deployments, as people using it might be less familiar with updating a server/db application.

Strava API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Strava has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide).

Happy hacking! 👨‍🎤

Sage API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Sage has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Smartsheet API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Smartsheet has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide).

Happy hacking! 👨‍🎤

Issue with SmartPension

This is a bug reported by @Hagbarth . I have not try to reproduce it yet. Just writing what he's shared with me

How to reproduce:

  1. Add thee SmartPension API with the following config:

    {
     "name": "SmartPension",
     "auth": {
         "authType": "OAUTH2",
         "bodyFormat": "json",
         "grantType": "authorization_code",
         "config": {
         "scope": ["customer"]
         },
         "tokenParams": {},
         "tokenURL": "https://id.autoenrolment.co.uk/oauth/token",
         "authorizationMethod": "body",
         "authorizationParams": {
         "responseType": "code"
         },
         "authorizationURL": "https://id.autoenrolment.co.uk/oauth/authorize"
     },
     "request": {
         "headers": {
         "Accept": "application/json",
         "User-Agent": "Pizzly",
         "Authorization": "Bearer ${auth.accessToken}"
         },
         "baseURL": "https://api.autoenrolment.co.uk"
     }
    }
    
  2. Create an OAuth application at SmartPension website (link)

  3. Configure the API in your Pizzly dashboard

  4. Try to connect

Missing Documentation

Incredibly cool platform. I'm excited to test and when trying to install it locally or on an EC2 instance I'm not following where do you set the database credentials?

On the getting started page, it goes right from yarn install to yarn db:setup it obviously failed since I would like to use a RDS hosted Postgres database and I never had the chance to update it. Does it go int he .envrc file? I did try that and then I get errors too of permission denied for 'ec2-user'

Can you assist me with getting this installed? Any guidance where I can learn more about how to set all this up?

I'm pretty new to Node, more of a PHP/Laravel (LAMP stack) dev

Pipedrive API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Pipedrive has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Remove dependency on manual config imports

Dev experience enhancement:

Currently, each integration needs to be imported into the index.ts file in the integrations folder. Not a big deal, but it seems like something that could be done automatically at compilation time or when the server starts up by reading all the json files and changing the way integrations are added.

Thoughts? Any reason why this would be a bad idea that I'm overlooking? Might be a good first issue.

Cannot find module ./types

Using an Angular 7 project, we're getting the following error when using the client:

ERROR in node_modules/pizzly-js/dist/index.d.ts(2,19): error TS2307: Cannot find module './types'.
node_modules/pizzly-js/dist/integration.d.ts(1,19): error TS2307: Cannot find module './types'.

Steps to reproduce: probably juste to create an new Angular project from the CLI?

Zendesk API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Zendesk has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide).

Happy hacking! 👨‍🎤

Uber API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Uber has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Intuit API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Intuit has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Google Hangouts integration

Overview

When going through #97 , I noticed that the only major google API missing integration on Pizzly is the chats API.

Solution

Added the google-hangouts.json file and raised a PR.

Clearer instructions for "Securing your instance" when not using direnv

Hi there!

I noticed that the instructions on "Securing your instance" (linked by default from Pizzly startup page) are geared towards using .envrc and direnv.

For people deploying to a PaaS like Heroku or Platform this isn't so relevant and might lead people to try to create those files in a locally cloned repo and commit them (which wouldn't work!)

The ideal would be to add a section such as...

If you are running Pizzly on a platform like Heroku or Platform.sh, you should configure the environment variables in the relevant section on the application dashboard.

This is usually a table like below:

Environment Variable Value
DASHBOARD_USER example
DASHBOARD_PASSWORD *******
SECRET_KEY *******
PUBLISHABLE_KEY *******
BEARER_SECRET_KEY sk_production_*****

FreeAgent API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

FreeAgent has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

sevDesk integration

I would like to add a sevDesk integration during Hacktoberfest, if that's okay. sevDesk is a cloud-accounting software, I use a lot so an integration would be very useful for me and most likely for many other users as well.

Support Datananas

Datananas - https://www.datananas.com/ - is a sales enagement software.

They have implemented the OAuth2 authentication framework in a non-compliant way by asking application owner to provide provide there client_id + client_secret + code within the query string. Here's an example (with filtered credentials):

curl -X POST https://api.datananas.com/users/access?client_id=filtered&client_secret=filtered&code=filtered

The RFC 6749 defines how to retrieve an access token when using OAuth2. In a simplified way:

  • the client_id + client_secret SHOULD be passed within the authorization header (using basic auth)
  • and the code SHOULD be passed in the body.

This makes Datananas API incompatible with Pizzly at this stage (cc @captaindatatech)

Mailchimp API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Mailchimp has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Jira configuration undefined variable headers.atlassian_domain

I'm trying to call the Jira endpoint "/search" from the dashboard but I'm getting the error down below.

error:Object
type:"invalid_proxy_configuration_interpolation"
message:"Proxy configuration template interpolation error: Undefined variable headers.atlassian_domain used in template at "

I am able to get an Auth ID, and if I inspect it I can see the accessToken, which I have also verified that it works in Postman so the process for authenticating is all good. But when I am testing the request it doesn't seem to work.

Also, is there anyway to change the base URL? According to the Jira documentation, "Requests that use OAuth 2.0 (3LO) are made via api.atlassian.com (not https://your-domain.atlassian.net)."

Help Scout API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Help Scout (Mailbox API 2.0) has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Github configuration file does not contain header to create a repository from template

Hi,
Thanks to the team developing the pizzly library. I have an issue with the configuration file for GitHub in the integration folder.

I need to create a repository using an existing template, but according to the documentation of Github API, the request Header requires a different header: Please see the code below as copied from GitHub create a repository from template api

curl \
  -X POST \
 H "Accept: application/vnd.github.baptiste-preview+json" \
  https://api.github.com/repos/TEMPLATE_OWNER/TEMPLATE_REPO/generate \
  -d '{"name":"name"}'

The Header Accept: application/vnd.github.baptiste-preview+json is not present in the configuration file of the pizzly project and many others accept media option.

Thanks

Zendesk API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Zendesk has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide).

Happy hacking! 👨‍🎤

Coinbase API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Coinbase has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Goodreads API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Goodreads is one of the top APIs that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Instructions for accessing an integration via API (/proxy/integration-name)

There is already excellent documentation about accessing management functionality via API (e.g. get config details, update integrations) but I noticed that the behind-the-scenes stuff happening in pizzly-js is not documented.

For example, if my pizzly URL is https://pizzly-freeman.herokuapp.com and I have a Trello integration, I can do a CURL request:

https://pizzly-freeman.herokuapp.com/proxy/trello/boards

and by supplying Basic auth with the secret key as the username along with these headers:

{
    Pizzly-Auth-Id: "abcdefg-12345"
}

And the entire Trello API will be exposed on endpoints like /boards.

Here is an example CURL for people who come looking:

curl -X GET \
    --user 'sk_something_secret12345:'  \
    -H 'Pizzly-Auth-Id: abcdefg-12345' \
    "https://freeman-pizzly.herokuapp.com/proxy/trello/boards"

(colon after secret key disables password prompt)

I remember on Bearer there was a really useful thing for this that showed some example implementations for different SDKs including raw HTTP. Maybe we could add this to the API details page below the Configurations/Authorizations tables?

Plaid API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Plaid has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Pagerduty API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Pagerduty has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Support for non-oauth APIs

Hey Pizzly/Bearer team 👋

Good job on open-sourcing Pizzly, looks really good!

There is one thing that I miss: is the support for APIs that don't use Auth for authentication.

Is that something you plan to add in the future?

Thanks

Square API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Square has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Google Analytics API integration request

In october, Pizzly teams up with Hacktoberfest 2020 to increase the number of API integrations to up to 100 APIs 🎉 To learn more about how to participate and win, look at our Hacktoberfest guide.

Google Analytics has been identified as a major API that we would love to support. Your mission is to create a configuration file that make this API ready to be used by Pizzly developers.

Here are a few links to help you achieve this task:

If you are interested in adding this integration to Pizzly, please comment below first, to tell other contributors that you're on it.

Once you've the configuration ready, please create a PR that links to this issue (more detail in our Hacktoberfest guide). Here's an example of a similar PR that was recently accepted.

Happy hacking! 👨‍🎤

Working without frontend :)

I currently have a project connected with dropbox and google drive with oauth and all my connection is only using backend code.

  1. My backend detect is user has a token on database related to service.
  2. If token not exists, backend generate an auth url to oauth service (dropbox and google) with a redirect_url parameter to manage responses.
  3. Backend check parameters (state and code) and generate an api token, as an usual on oauth services.
  4. I have working all oauth process also with token refresh.

I'm coding a PHP API service to Pizzly based on your node service to release on finish.

  • Can I do this process using Pizzly without frontend code?
  • Can I get an Pizzly URL to send my users to be authenticated with oauth?
  • Can Pizzly redirect to a redirect_url after that with the authId?

Once backend has a user authId I can connect my backend with Pizzly using my PHP service.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.