Events Source code
- Summary
- Articles (389)
- APIs (339)
- Mashups (211)
- SDKs (171)
- Libraries (20)
- Source Code (104)
- Followers (15)
- Developers (214)
Events Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
TryBooking JavaScript Sample Code | The TryBooking JavaScript Sample Code demonstrates how to make calls to the API to receive booking data. Developers can implement into events, funding, and tickets applications. | Booking | 05.26.2020 |
TryBooking Curl Sample Code | The TryBooking Curl Sample Code demonstrates how to access the API to make requests. Responses include booking URL ID, fund transfer, balance, transactions, debit amount, and transaction date. | Booking | 05.26.2020 |
TryBooking C# Sample Code | The TryBooking C# Sample Code demonstrates how to make requests to the API. Developers can use GET commands to perform calls and receive JSON formats in response. | Booking | 05.26.2020 |
Kloudless Files and Folders iOS Sample Code | The Kloudless Files and Folders iOS Sample Code demonstrates how to see all the files and folders in an account by passing in the folderId. Kloudless SDK uses callback selectors. | Calendars | 02.14.2020 |
Kloudless iOS Sample Code | The Kloudless iOS Sample Code demonstrates how to get started using the KloudlessSDK for iOS, build and use the example app, and authorize users without the SDK. | Calendars | 02.14.2020 |
Kloudless Android Sample Code | The Kloudless Android Sample Code demonstrates how to build and use the example app. Developers can open the project KTester in Android Studio, fill in the values for fileId and linkId, build and Run... | Calendars | 02.14.2020 |
Kloudless Authentication Java Sample Code | The Kloudless Authentication Java Sample Code demonstrates how to use a bearer token authentication. The getting started guide includes Out-of-band OAuth Flow and 3-Legged OAuth Flow. | Calendars | 02.14.2020 |
Kloudless Java Sample Code | The Kloudless Java Sample Code demonstrates how to access the API with a bearer token. Installation includes Maven, Gradle, and others. | Calendars | 02.14.2020 |
Kloudless Authentication Ruby Sample Code | The Kloudless Authentication Ruby Sample Code demonstrates how to access the API with a Key and use semantic versioning. Developers can implement calendars and events with the interface. | Calendars | 02.14.2020 |
Kloudless Ruby Sample Code | The Kloudless Ruby Sample Code provides usage to use a bearer token obtained by authenticating a user and use a code of line to obtain API Keys. | Calendars | 02.14.2020 |
Kloudless Calendar Python Sample Code | The Kloudless Calendar Python Sample Code demonstrates how to run the demo server, install, add a callback URL, get app ID and API Key, and run the demo server. | Calendars | 02.14.2020 |
Kloudless Storage Python Sample Code | The Kloudless Storage Python Sample Code demonstrates how to make API requests. Developers can retrieve folder contents, download the first file in root_folder, and upload a file to root_folder if... | Calendars | 02.14.2020 |
Kloudless Python Sample Code | The Kloudless Python Sample Code provides a getting started guide that starts by navigating to API Explorer and connecting an account. After an account has been connected, developers can copy the... | Calendars | 02.14.2020 |
Kloudless JavaScript Sample Code | The Kloudless JavaScript Sample Code demonstrates how to use Node.js or webpack, install with ES6 / babel environment, and use a script tag for a vanilla browser JS environment. | Calendars | 02.14.2020 |
Interactive Ticketing Scanning PHP Sample Code | This PHP Sample Code demonstrates how to integrate scanning support with applications connected to the Interactive Ticketing platform. Test requests require a valid API Key. | Tickets | 10.23.2019 |
Interactive Ticketing Survey test PHP Sample Code | This PHP Sample Code demonstrates how to integrate survey support with applications connected to the Interactive Ticketing platform. | Tickets | 10.23.2019 |
Interactive Ticketing Ticket test PHP Sample Code | This PHP Sample Code demonstrates the logic required to run ticket implementations. All requests require a valid API Key. | Tickets | 10.23.2019 |
Interactive Ticketing Transaction test PHP Sample Code | This PHP Sample Code is a template for transactions. Test requests require a valid API Key. | Tickets | 10.23.2019 |
AddEvent Events Curl Sample Code | The AddEvent Events Curl Sample Code demonstrates how to access the API to implement event features into applications. | Calendars | 07.11.2019 |
AddEvent Calendar Curl Sample Code | The AddEvent Calendar Curl Sample Code demonstrates how to access the API with HTTP to implement calendar features into applications. | Events | 07.11.2019 |
National Park Service Python Sample Code | The National Park Service Python Sample Code demonstrates how to import a JSON request, insert an API Key, and receive a response in return. | Nature | 04.30.2019 |
National Park Service PHP Sample Code | The National Park Service PHP Sample Code demonstrates how to authenticate passing the API key as part of the HTTP header. | Nature | 04.30.2019 |
CloudEvents Sending events Go Sample Code | This CloudEvents Go Sample Code sets up the target URL to send events to, connects to the specified NATSServer URL, and sends an event. | Cloud | 03.11.2019 |
CloudEvents Listening to events Go Sample Code | This CloudEvents Go Sample Code configures a port to listen for events, connect to the specified NATSServer URL, receives events, and throws errors in case of failures. | Cloud | 03.11.2019 |
CloudEvents Request Python Sample Code | This Python Sample Code implements a single request to the CloudEvents platform. | Cloud | 03.11.2019 |