-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from dvjsharma/chore/report/week11
chore(report): REST APIs week 11 report
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Week 11 | ||
author: Divij Sharma | ||
tags: [gsoc24, rest] | ||
--- | ||
|
||
<!-- | ||
SPDX-License-Identifier: CC-BY-SA-4.0 | ||
SPDX-FileCopyrightText: 2024 Divij Sharma <[email protected]> | ||
--> | ||
|
||
# Week 11 meeting and activities | ||
|
||
_(August 06,2024)_ | ||
|
||
## Meeting | ||
|
||
The meeting was rescheduled because some members of the REST team and the SPDX team were unavailable. The new meeting time has been set for every Friday from 11:30 to 12:00 UTC. | ||
|
||
## Activities | ||
|
||
- Implemented the import and export of licenses and obligations via the REST API in JSON format. | ||
|
||
- [feat(api): JSON format export/import of licenses and obligations via APIs](https://github.com/fossology/fossology/pull/2804) | ||
|
||
- Designed a new architecture for OAuth 2.0 authentication in the REST API. |