Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ExaDev/exadev.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024/07/18/134452
Choose a base ref
...
head repository: ExaDev/exadev.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 26, 2024

  1. vault backup: 2024-07-26T10:05:08

    Affected files:
    content/resources/API Lists.md
    content/resources/index.md
    Mearman committed Jul 26, 2024
    Copy the full SHA
    cff895e View commit details
  2. vault backup: 2024-07-26T10:16:26

    Affected files:
    content/resources/API Lists.md
    Mearman committed Jul 26, 2024
    Copy the full SHA
    c24bd9e View commit details
  3. vault backup: 2024-07-26T10:19:22

    Affected files:
    content/resources/API Lists.md
    Mearman committed Jul 26, 2024
    Copy the full SHA
    df18761 View commit details
  4. vault backup: 2024-07-26T10:19:41

    Affected files:
    content/resources/API Lists.md
    Mearman committed Jul 26, 2024
    Copy the full SHA
    5ecddde View commit details
  5. vault backup: 2024-07-26T10:22:26

    Affected files:
    content/resources/API Lists.md
    Mearman committed Jul 26, 2024
    Copy the full SHA
    d8ab680 View commit details
  6. vault backup: 2024-07-26T10:27:09

    Affected files:
    content/resources/API Lists.md
    Mearman committed Jul 26, 2024
    Copy the full SHA
    db2cf26 View commit details

Commits on Sep 26, 2024

  1. Copy the full SHA
    db7d21c View commit details
  2. Enable Dependabot (#62)

    Dependabot could be enabled for this repository. Please enable it by
    merging this pull request so that we can keep our dependencies up to
    date and secure.
    Mearman authored Sep 26, 2024
    Copy the full SHA
    da6a14c View commit details
Showing with 51 additions and 0 deletions.
  1. +18 −0 .github/dependabot.yml
  2. +24 −0 content/resources/API Lists.md
  3. +9 −0 content/resources/index.md
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -9,3 +9,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'weekly'
groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'
24 changes: 24 additions & 0 deletions content/resources/API Lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: API Lists
aliases: []
tags: []
created: 2024-07-26T10:03:41
modified: 2024-07-26T10:19:39
---

A list of lists of APIs.

- [AnyAPI](https://any-api.com)
- [API Tracker](https://apitracker.io/)
- [APILayer](https://apilayer.com/)
- [APIList.fun: A public list of free APIs for programmers](https://apilist.fun/)
- [Apipheny](https://apipheny.io/free-api)
- [APIs.guru](https://apis.guru/)
- [free-apis.github.io](https://free-apis.github.io/)
- [github.com/public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)
- [github.com/public-apis/public-apis](https://github.com/public-apis/public-apis)
- [JSON API APP](https://www.jsonapi.co/public-api)
- [Mixed Analytics Blog: Big List of Free and Open Public APIs (No Auth Needed)](https://mixedanalytics.com/blog/list-actually-free-open-no-auth-needed-apis/)
- [PublicAPIs.dev: A Collaborative List Of 1400+ Public APIs For Developers](https://publicapis.dev)
- [PublicAPIs.io: Public APIs — A directory of free and public apis](https://publicapis.io/)
- [RapidAPI: Free Public APIs for Developers](https://rapidapi.com/collection/list-of-free-apis)
9 changes: 9 additions & 0 deletions content/resources/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Resources
aliases: []
tags: []
created: 2024-07-26T10:03:26
modified: 2024-07-26T10:03:41
---

- [[API Lists]]